@elevate_security/browser-test-cli
v0.5.2
Published
Run browser tests with Ghost Inspector and GitHub
Downloads
278
Keywords
Readme
browser-test-cli
For running browser tests with Ghost Inspector and GitHub.
Install:
npm install --save-dev @elevate_security/browser-test-cli
Run tests:
GI_API_KEY=<<ghost-inspector-api-key>> \
GITHUB_TOKEN=<<github-token>> \
COMMIT_ID=<<git-commit>> \
SUITE_ID=<<ghost-inspector-suite-id>> \
START_URL=<<ghost-inspector-start-url>> \
REPO_OWNER=<<repo-owner>> \
REPO_NAME=<<repo-name>> \
BRANCH_NAME=<<branch-name>> \
npx run-browser-tests
To publish:
WHAT_BUMP="major|minor|patch" bash publish.sh