我正在IDE中创建此功能文件
Feature: Access seleniumframework.com website
Use selenium java with cucumber-jvm and navigate to website
Scenario: Print title, url
When I open seleniumframework website
Then I validate title and URL
我想从中提取类代码,所以我做了rightclik / Run as / Cucumber Feature我发现了这个错误:
启动配置my-service.feature引用不存在的项目ServiceTest。