💡 Feature Description
Currently, CodeLens provides Run and Debug action buttons directly above each Scenario: or Scenario Outline: in *.feature files.
However, there is no CodeLens action button at the top of the file above the Feature: header to execute or debug the entire feature file (all scenarios within the file) in a single click.
🎯 Proposed Solution
Add Run | Debug CodeLens buttons above the Feature: declaration line in .feature files:
Run | Debug <-- (Proposed CodeLens buttons here)
Feature: User Authentication and Login
As a user...
Run | Debug
Scenario: Successful login with valid credentials
Given the user is on the login page
...
✨ Expected Behavior
- Clicking Run above
Feature: executes all scenarios inside that specific feature file.
- Clicking Debug above
Feature: starts the debugger for all scenarios in that feature file.
💻 Environment
- Extension Name: Cucumber Test Runner for Java (
arunkris.cucumber-java-test-runner)
- Extension Version: 0.2.1
💡 Feature Description
Currently, CodeLens provides
RunandDebugaction buttons directly above eachScenario:orScenario Outline:in*.featurefiles.However, there is no CodeLens action button at the top of the file above the
Feature:header to execute or debug the entire feature file (all scenarios within the file) in a single click.🎯 Proposed Solution
Add
Run | DebugCodeLens buttons above theFeature:declaration line in.featurefiles:✨ Expected Behavior
Feature:executes all scenarios inside that specific feature file.Feature:starts the debugger for all scenarios in that feature file.💻 Environment
arunkris.cucumber-java-test-runner)