Skip to content

Commit

Permalink
fix: catch .only in generated specs
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Apr 23, 2020
1 parent 642a6b9 commit 3d58543
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deployed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
- name: Export Markdown specs 🖨
run: ./md-to-js.sh $CYPRESS_baseUrl

- name: Catch stray .only tests 🚦
run: npx stop-only --folder docs --skip docs/.vuepress

- name: Format extracted specs 💅
run: npm run format:extracted

Expand Down
46 changes: 43 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"homepage": "https://github.com/bahmutov/cypress-examples#readme",
"devDependencies": {
"@cypress/fiddle": "1.15.0",
"@cypress/fiddle": "1.15.1",
"cypress": "4.4.0",
"husky": "4.2.5",
"lint-staged": "10.1.3",
Expand All @@ -48,6 +48,7 @@
"semantic-release": "^17.0.7",
"serve": "11.3.0",
"start-server-and-test": "1.10.11",
"stop-only": "3.1.0",
"vuepress": "1.4.0",
"vuepress-plugin-clean-urls": "1.1.1"
},
Expand Down

0 comments on commit 3d58543

Please sign in to comment.