Skip to content

Instantly share code, notes, and snippets.

@bautistaaa
Created December 20, 2019 23:29
Show Gist options
  • Save bautistaaa/e3e6795b22d80dc3591b135b93bb28eb to your computer and use it in GitHub Desktop.
Save bautistaaa/e3e6795b22d80dc3591b135b93bb28eb to your computer and use it in GitHub Desktop.
"test:integration:finalize:percy": "percy finalize --all",
"test:integration:checkout": "npm run build:integration && LOG_LEVEL=fatal npm run serve & wait-on http://localhost:5100 && NODE_PATH=src percy exec -- cypress run --record --group checkout --spec 'cypress/integration/checkout/**/*'",
"test:integration:main": "npm run build:integration && LOG_LEVEL=fatal npm run serve & wait-on http://localhost:5100 && NODE_PATH=src percy exec -- cypress run --parallel --record --group main --spec 'cypress/integration/main/**/*'",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment