Created
February 8, 2018 17:04
-
-
Save miripiruni/374c756e6b978595264b94018c85a532 to your computer and use it in GitHub Desktop.
retry-limiter test
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
node node_modules/.bin/gemini test --reporter vflat -b chrome-desktop features/deskpad/misspell/misspell.gemini.js | |
┌────────────────┬────────┬───────┬────────┬────────┬─────────┬─────────┬──────────┐ | |
│ browserId │ status │ tests │ passed │ failed │ skipped │ retries │ duration │ | |
├────────────────┼────────┼───────┼────────┼────────┼─────────┼─────────┼──────────┤ | |
│ chrome-desktop │ failed │ 15 │ 9 │ 5 │ 1 │ 4 │ 00:26 │ | |
└────────────────┴────────┴───────┴────────┴────────┴─────────┴─────────┴──────────┘ |
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
node node_modules/.bin/gemini test --reporter vflat -b chrome-desktop features/deskpad/misspell/misspell.gemini.js | |
┌────────────────┬────────┬───────┬────────┬────────┬─────────┬─────────┬──────────┐ | |
│ browserId │ status │ tests │ passed │ failed │ skipped │ retries │ duration │ | |
├────────────────┼────────┼───────┼────────┼────────┼─────────┼─────────┼──────────┤ | |
│ chrome-desktop │ failed │ 15 │ 9 │ 5 │ 1 │ 10 │ 00:44 │ | |
└────────────────┴────────┴───────┴────────┴────────┴─────────┴─────────┴──────────┘ |
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
node node_modules/.bin/hermione test --reporter flat -b chrome-desktop features/deskpad/misspell/ | |
┌────────────────┬────────┬───────┬────────┬────────┬─────────┬─────────┬──────────┐ | |
│ browserId │ status │ tests │ passed │ failed │ skipped │ retries │ duration │ | |
├────────────────┼────────┼───────┼────────┼────────┼─────────┼─────────┼──────────┤ | |
│ chrome-desktop │ failed │ 17 │ 14 │ 3 │ 0 │ 3 │ 00:27 │ | |
└────────────────┴────────┴───────┴────────┴────────┴─────────┴─────────┴──────────┘ |
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
node node_modules/.bin/hermione test --reporter flat -b chrome-desktop features/deskpad/misspell/ | |
┌────────────────┬────────┬───────┬────────┬────────┬─────────┬─────────┬──────────┐ | |
│ browserId │ status │ tests │ passed │ failed │ skipped │ retries │ duration │ | |
├────────────────┼────────┼───────┼────────┼────────┼─────────┼─────────┼──────────┤ | |
│ chrome-desktop │ failed │ 17 │ 14 │ 3 │ 0 │ 15 │ 01:29 │ | |
└────────────────┴────────┴───────┴────────┴────────┴─────────┴─────────┴──────────┘ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment