Skip to content

Instantly share code, notes, and snippets.

@jsdecena
Last active July 9, 2018 05:18
Show Gist options
  • Save jsdecena/6b22237f581d5b54336bc37dd33eddd7 to your computer and use it in GitHub Desktop.
Save jsdecena/6b22237f581d5b54336bc37dd33eddd7 to your computer and use it in GitHub Desktop.
Bitbucket pipeline file for running test programatically
image: node:6.9.4
pipelines:
branches:
master:
- step:
caches:
- node_modules
script:
- npm install
- npm run test --single-run
develop:
- step:
caches:
- node_modules
script:
- npm install
- npm run test --single-run
/**
* 09 07 2018 04:43:16.157:WARN [launcher]: ChromeHeadless have not captured in 60000 ms, killing.
* 09 07 2018 04:43:18.162:WARN [launcher]: ChromeHeadless was not killed in 2000 ms, sending SIGKILL.
* 09 07 2018 04:43:20.165:WARN [launcher]: ChromeHeadless was not killed by SIGKILL in 2000 ms, continuing.
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment