Skip to content

Commit

Permalink
playwrite 10
Browse files Browse the repository at this point in the history
  • Loading branch information
vlio20 committed Dec 9, 2023
1 parent 1643108 commit 15355b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 49 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
- name: run unit tests
run: npm run test:ci

- name: run tests
run: npm run e2e:quick
- name: run e2e tests
run: npm run e2e

- name: run build test
run: npm run build:demo
Expand Down
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@
"test:ci:lib": "ng test ng2-date-picker --watch=true --browsers=ChromeHeadless",
"lint": "ng lint",
"lint:fix": "ng lint --fix",
"e2e": "ng e2e --port 3200",
"e2e:quick": "playwright test",
"e2e": "playwright test",
"e2e:ui": "playwright test --ui",
"e2e:headless": "HEADLESS=true ng e2e",
"build:index": "node build.js",
"build:demo": "rm -rf dist/ && ng build ng2-date-picker-demo --configuration production && npm run build:index",
"release": "npm run build:lib && cd dist/ng2-date-picker && npm publish",
Expand Down
44 changes: 0 additions & 44 deletions protractor.conf.js

This file was deleted.

0 comments on commit 15355b3

Please sign in to comment.