Skip to content

Commit

Permalink
upd pwbdd to 5.1.0 and add tags
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalets committed Aug 7, 2023
1 parent 3baa926 commit cad33ed
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
1 change: 1 addition & 0 deletions features/todopage.feature
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@todo
Feature: Todo Page

Background:
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

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

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"version": "0.1.0",
"scripts": {
"test": "npx bddgen && npx playwright test",
"test:todo": "npx bddgen --tags '@todo' && npx playwright test",
"test:chromium": "npx bddgen && npx playwright test --project chromium",
"watch:bdd": "nodemon -w ./features -w ./steps -e feature,js,ts --exec 'npx bddgen'",
"watch:pw": "playwright test --ui",
"watch": "run-p watch:*",
Expand All @@ -11,6 +13,6 @@
"devDependencies": {
"nodemon": "^3.0.1",
"npm-run-all": "^4.1.5",
"playwright-bdd": "^5.0.1"
"playwright-bdd": "^5.1.0"
}
}

0 comments on commit cad33ed

Please sign in to comment.