Skip to content

Instantly share code, notes, and snippets.

@miripiruni
Created February 8, 2018 17:04
Show Gist options
  • Save miripiruni/374c756e6b978595264b94018c85a532 to your computer and use it in GitHub Desktop.
Save miripiruni/374c756e6b978595264b94018c85a532 to your computer and use it in GitHub Desktop.
retry-limiter test
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 │
└────────────────┴────────┴───────┴────────┴────────┴─────────┴─────────┴──────────┘
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 │
└────────────────┴────────┴───────┴────────┴────────┴─────────┴─────────┴──────────┘
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 │
└────────────────┴────────┴───────┴────────┴────────┴─────────┴─────────┴──────────┘
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