|
4 | 4 | "license": "MIT",
|
5 | 5 | "scripts": {
|
6 | 6 | "ng": "ng",
|
| 7 | + "postinstall": "playwright install chromium", |
7 | 8 | "dev": "ln -fs ../../bin/pre-commit.sh .git/hooks/pre-commit && ng serve",
|
8 | 9 | "test-natural": "ng test natural",
|
9 | 10 | "test-natural-editor": "ng test natural-editor",
|
10 | 11 | "test-demo": "ng test demo",
|
11 | 12 | "lint": "ng lint",
|
12 |
| - "e2e": "ng e2e", |
| 13 | + "e2e": "playwright test", |
13 | 14 | "build-lib": "yarn build-natural && yarn build-natural-editor",
|
14 | 15 | "build-natural": "ng build natural && cp -rv README.md dist/natural/ && cd dist/natural && yarn version --no-git-tag-version --new-version `git describe --tags --always`",
|
15 | 16 | "build-natural-editor": "ng build natural-editor && cd dist/natural-editor && yarn version --no-git-tag-version --new-version `git describe --tags --always`",
|
|
56 | 57 | "@angular/cli": "^12.2.9",
|
57 | 58 | "@angular/compiler-cli": "^12.2.9",
|
58 | 59 | "@angular/language-service": "^12.2.9",
|
| 60 | + "@playwright/test": "^1.17.1", |
59 | 61 | "@types/jasmine": "~3.9.1",
|
60 | 62 | "@types/jasminewd2": "^2.0.10",
|
61 | 63 | "@types/lodash-es": "^4.17.5",
|
|
78 | 80 | "karma-jasmine-html-reporter": "^1.7.0",
|
79 | 81 | "ng-packagr": "^12.2.2",
|
80 | 82 | "prettier": "2.4.1",
|
81 |
| - "protractor": "~7.0.0", |
82 |
| - "puppeteer": "^12.0.1", |
83 | 83 | "ts-node": "^10.2.1",
|
84 | 84 | "tslint": "~6.1.0",
|
85 | 85 | "typescript": "~4.3.5"
|
|
0 commit comments