You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running night watch with multiple parallel works, and --retries=3 I get the following output:
OK. 1093 total assertions passed. (2m 49s)
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
If I run it instead without --retries=3 I get the following (expected) output:
_________________________________________________
TEST FAILURE: 1 assertions failed, 1116 passed. (2m 35s)
✖ analyze/analyze-small-tables-stretch
- Small Tables don't strecth (18.587s)
Visual regression test results for element <.xtab-table>. - expected "true" but got: "/Users/xistence/Projects/Crunch/swoosh/vrt/diff/analyze/analyze-small-tables-stretch/.xtab-table.png"
at F.Small Tables don't strecth.browser.selectFirstProjectNamed.dsListSelectFirstDatasetNamed.goto.assert.variableCardPresent.goto.toggleTable.dragVariableToDropZone.waitForNewTable.perform (/Users/xistence/Projects/Crunch/swoosh/e2e/tests/analyze/analyze-small-tables-stretch.js:23:29)
The text was updated successfully, but these errors were encountered:
When running night watch with multiple parallel works, and
--retries=3
I get the following output:If I run it instead without
--retries=3
I get the following (expected) output:The text was updated successfully, but these errors were encountered: