Skip to content

Instantly share code, notes, and snippets.

@seleniumgists
Created June 14, 2019 21:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seleniumgists/3f2ad935043fd0a406d807ecf0e7f97b to your computer and use it in GitHub Desktop.
Save seleniumgists/3f2ad935043fd0a406d807ecf0e7f97b to your computer and use it in GitHub Desktop.
generated automatically from #selenium on seleniumhq slack
 selenium-side-runner echo.side --timeout 3000 --debug --params="input='wat'"
debug: {
capabilities: { browserName: 'chrome' },
params: { input: 'wat' },
runId: '58dff549e7d2cd1af370883d64b431e1',
path: '/usr/local/lib/node_modules/',
server: undefined,
timeout: 3000,
baseUrl: undefined,
outputFormat: [Function]
}
info: Running echo.side
debug: jest worker args
debug: 0=--no-watchman, 1=--testMatch, 2={**/***/*.test.js,**/***.test.js}
debug: jest work opts
debug: cwd=/Users/if/Downloads/side-suite-wat, stdio=inherit
console.log commons.js:5
original
PASS ./DefaultSuite.test.js
Default Suite
✓ wat (946ms)
Test Suites: 1 passed, 1 total
Tests: 1 passed, 1 total
Snapshots: 0 total
Time: 3.036s
Ran all test suites.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment