-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
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
Hooks errors fix for #687 #117
Comments
Comment by rsshilli Huh. The tests on Firefox failed because "Error: Failed to decode response from marionette". I have no idea why that would happen (or what it means, honestly). Was that something I caused? I'd retry the build but I don't have permission. |
Comment by rsshilli These tests for Firefox passed when i ran them locally on my Ubuntu Windows Subsystem. |
Comment by rsshilli @samhatoum I think I need your help here. Can you give me any advice? |
…ss exiting properly when there is a hook error.
This fix for src/lib/cucumberjs/hooks.js is still needed: QbDVision-Inc@b48a2a5#diff-749adcafde5c87c756c5ed23d1de29dd In bad situations, the test will fail but the build system will think that it passed because you're not exiting with a non-zero exit code. This causes false-positive test results which is really, really bad! |
@dweller23 could you please apply that change and publish a new version? Thanks! |
Issue by rsshilli
Tuesday Jun 05, 2018 at 18:52 GMT
Originally opened as xolvio/chimp#691
This fixes a few things:
rsshilli included the following code: https://github.com/xolvio/chimp/pull/691/commits
The text was updated successfully, but these errors were encountered: