-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- removed old hardcoded test files - renamed test mode to "test-scenario"
- Loading branch information
1 parent
ea22d60
commit 34db545
Showing
5 changed files
with
12 additions
and
100 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
85 changes: 0 additions & 85 deletions
85
packages/be/features/step_definitions/AddCarToFleetSteps.ts
This file was deleted.
Oops, something went wrong.
5 changes: 5 additions & 0 deletions
5
packages/cody/src/lib/hooks/behaviour-test-files/features/__feature__.feature__tmpl__
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Feature: <%= featureNames.name %> | ||
Scenario: <%= featureNames.name %> | ||
Given <%= givenEvent.name %> | ||
When <%= whenEvent.name %> | ||
Then <%= thenEvent.name %> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters