forked from Klaveness-Digital/cypress-cucumber-preprocessor
-
-
Notifications
You must be signed in to change notification settings - Fork 149
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(cypress): Merge all steps of a scenario into a single test. (#44)
* fix(cypress): Fix state clearing between each state BREAKING CHANGE: each scenario is implemented as a single test now. We lose the ability to know exactly which step fails within a scenario * test: Fix lint errors and tests * fix(cypress): Transform background sections into beforeEach blocks * fix(cypress): Add an index to tests with examples * chore(package): Remove mocha-steps It has become useless since we don't execute steps as individual tests anymore. It will become useful again when cypress allows to control state clearing and we can get steps as tests again.
- Loading branch information
1 parent
ac63069
commit 92b5d77
Showing
5 changed files
with
35 additions
and
37 deletions.
There are no files selected for viewing
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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