We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When run get a NightwatchAssertError (or any other fail/error) in before() method the all run a stopped. No report is created.
I'm expecting that only failed test will be skipped, not an entire suite.
Clone an example project Run npm install run >> npx nightwatch ./test/mobile-app-tests/ --env app.android.real --reporter=html --open
npx nightwatch ./test/mobile-app-tests/ --env app.android.real --reporter=html --open
Check an example project
No response
3.8.0
Example test > https://github.com/pretorian121/test-proj
Problem in a discord chat > https://discord.com/channels/618399631038218240/935468415731253258/1298987835650605206
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description of the bug/issue
When run get a NightwatchAssertError (or any other fail/error) in before() method the all run a stopped. No report is created.
I'm expecting that only failed test will be skipped, not an entire suite.
Steps to reproduce
Clone an example project
Run npm install
run >>
npx nightwatch ./test/mobile-app-tests/ --env app.android.real --reporter=html --open
Sample test
Command to run
Verbose Output
No response
Nightwatch Configuration
Nightwatch.js Version
3.8.0
Node Version
No response
Browser
No response
Operating System
No response
Additional Information
Example test > https://github.com/pretorian121/test-proj
Problem in a discord chat > https://discord.com/channels/618399631038218240/935468415731253258/1298987835650605206
The text was updated successfully, but these errors were encountered: