Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
fix: Correct Appstream test command to pick up spec files (#684)
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyen102 authored Aug 30, 2021
1 parent 31231ae commit 9a927b5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions main/end-to-end-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
"scripts": {
"cypress:open:local": "CYPRESS_BASE_URL=http://localhost:3000 cypress open -C cypress.dev.json",
"cypress:open:dev": "cypress open -C cypress.dev.json",
"cypress:run-tests:local": "CYPRESS_BASE_URL=http://localhost:3000 cypress run -C cypress.dev.json --spec cypress/integration/{common,appstream-egress-disabled}/*",
"cypress:run-tests:dev": "cypress run -C cypress.dev.json --spec cypress/integration/{common,appstream-egress-disabled}/*",
"cypress:run-tests:github": "cypress run -C cypress.github.json --spec cypress/integration/{common,appstream-egress-disabled}/*",
"cypress:run-tests:local": "CYPRESS_BASE_URL=http://localhost:3000 cypress run -C cypress.dev.json --spec cypress/integration/common/*,cypress/integration/appstream-egress-disabled/*",
"cypress:run-tests:dev": "cypress run -C cypress.dev.json --spec cypress/integration/common/*,cypress/integration/appstream-egress-disabled/*",
"cypress:run-tests:github": "cypress run -C cypress.github.json --spec cypress/integration/common/*,cypress/integration/appstream-egress-disabled/*",
"cypress:open:local:appstream-egress-enabled": "CYPRESS_BASE_URL=http://localhost:3000 cypress open -C cypress.dev.appstream-egress.json",
"cypress:open:dev:appstream-egress-enabled": "cypress open -C cypress.dev.appstream-egress.json",
"cypress:run-tests:local:appstream-egress-enabled": "CYPRESS_BASE_URL=http://localhost:3000 cypress run -C cypress.dev.appstream-egress.json --spec cypress/integration/{common,appstream-egress-enabled}/*",
"cypress:run-tests:dev:appstream-egress-enabled": "cypress run -C cypress.dev.appstream-egress.json --spec cypress/integration/{common,appstream-egress-enabled}/*",
"cypress:run-tests:github:appstream-egress-enabled": "cypress run -C cypress.github.appstream-egress.json --spec cypress/integration/{common,appstream-egress-enabled}/*"
"cypress:run-tests:local:appstream-egress-enabled": "CYPRESS_BASE_URL=http://localhost:3000 cypress run -C cypress.dev.appstream-egress.json --spec cypress/integration/common/*,cypress/integration/appstream-egress-enabled/*",
"cypress:run-tests:dev:appstream-egress-enabled": "cypress run -C cypress.dev.appstream-egress.json --spec cypress/integration/common/*,cypress/integration/appstream-egress-enabled/*",
"cypress:run-tests:github:appstream-egress-enabled": "cypress run -C cypress.github.appstream-egress.json --spec cypress/integration/common/*,cypress/integration/appstream-egress-enabled/*"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 9a927b5

Please sign in to comment.