Skip to content

Commit 08cb1f7

Browse files
committed
chore(#92): add cypress tags to CI
1 parent 10a816e commit 08cb1f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
"clean:pack": "rimraf packages/*/package.tgz || true",
2020
"dev": "siroc dev",
2121
"docs:dev": "cd docs/nuxt && yarn && yarn dev",
22-
"docs:test": "start-server-and-test docs:dev http://localhost:3000 'npx cypress run --project docs/nuxt/test --record",
22+
"docs:test": "start-server-and-test docs:dev http://localhost:3000 'npx cypress run --project docs/nuxt/test --record --tag druxtjs.org'",
2323
"docs:test:open": "start-server-and-test docs:dev http://localhost:3000 'npx cypress open --project docs/nuxt/test'",
2424
"example:druxt-site": "cd examples/druxt-site && yarn && yarn dev",
25-
"example:druxt-site:test": "start-server-and-test 'yarn example:druxt-site' http://localhost:3000 'npx cypress run --project examples/druxt-site/test --record'",
25+
"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",
2626
"example:druxt-site:test:open": "start-server-and-test 'yarn example:druxt-site' http://localhost:3000 'npx cypress open --project examples/druxt-site/test'",
2727
"lint": "eslint --ext .js,.vue packages/*/src",
2828
"lint:commit": "commitlint",

0 commit comments

Comments
 (0)