Skip to content

Commit

Permalink
chore(#92): add cypress tags to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Decipher committed Aug 30, 2022
1 parent 10a816e commit 3867309
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"clean:pack": "rimraf packages/*/package.tgz || true",
"dev": "siroc dev",
"docs:dev": "cd docs/nuxt && yarn && yarn dev",
"docs:test": "start-server-and-test docs:dev http://localhost:3000 'npx cypress run --project docs/nuxt/test --record",
"docs:test": "start-server-and-test docs:dev http://localhost:3000 'npx cypress run --project docs/nuxt/test --record --tag 'druxtjs.org'",
"docs:test:open": "start-server-and-test docs:dev http://localhost:3000 'npx cypress open --project docs/nuxt/test'",
"example:druxt-site": "cd examples/druxt-site && yarn && yarn dev",
"example:druxt-site:test": "start-server-and-test 'yarn example:druxt-site' http://localhost:3000 'npx cypress run --project examples/druxt-site/test --record'",
"example:druxt-site:test": "start-server-and-test 'yarn example:druxt-site' http://localhost:3000 'npx cypress run --project examples/druxt-site/test --record --tag 'examples-druxt-site''",
"example:druxt-site:test:open": "start-server-and-test 'yarn example:druxt-site' http://localhost:3000 'npx cypress open --project examples/druxt-site/test'",
"lint": "eslint --ext .js,.vue packages/*/src",
"lint:commit": "commitlint",
Expand Down

0 comments on commit 3867309

Please sign in to comment.