|
17 | 17 | "build-publisher": "webpack --config webpack.publisher.js", |
18 | 18 | "build-runtime": "webpack --config webpack.runtime.js", |
19 | 19 | "build-function": "webpack --config webpack.function.js", |
20 | | - "test-e2e": "node node_modules/mocha/bin/_mocha -r mocha.js tests/e2e/**/*.spec.ts --timeout 3000000", |
21 | 20 | "test": "node node_modules/mocha/bin/_mocha -r mocha.js src/**/*.spec.ts", |
22 | 21 | "deploy-function": "npm run build-function && cd dist/function && func azure functionapp publish < function app name >", |
23 | 22 | "publish": "webpack --config webpack.publisher.js && node dist/publisher/index.js && npm run serve-website", |
|
38 | 37 | "@types/mime": "^3.0.1", |
39 | 38 | "@types/mocha": "10.0.1", |
40 | 39 | "@types/node": "^20.3.1", |
41 | | - "@types/puppeteer": "5.4.7", |
42 | 40 | "@typescript-eslint/eslint-plugin": "^5.60.0", |
43 | 41 | "@typescript-eslint/parser": "^5.60.0", |
44 | 42 | "autoprefixer": "^10.4.14", |
|
54 | 52 | "mocha": "^10.2.0", |
55 | 53 | "path": "^0.12.7", |
56 | 54 | "postcss-loader": "^7.3.3", |
57 | | - "puppeteer": "19.7.5", |
58 | 55 | "querystring-es3": "^0.2.1", |
59 | 56 | "raw-loader": "^4.0.2", |
60 | 57 | "sass": "^1.63.6", |
|
65 | 62 | "ts-loader": "^9.4.3", |
66 | 63 | "ts-node": "10.9.1", |
67 | 64 | "typescript": "^4.9.5", |
68 | | - "url-loader": "^4.1.1", |
69 | 65 | "webpack": "5.88.0", |
70 | 66 | "webpack-cli": "5.1.4", |
71 | 67 | "webpack-dev-server": "4.15.1", |
72 | | - "webpack-merge": "5.9.0" |
| 68 | + "webpack-merge": "5.9.0", |
| 69 | + "playwright": "1.35.1", |
| 70 | + "@playwright/test": "1.35.1" |
73 | 71 | }, |
74 | 72 | "dependencies": { |
75 | 73 | "@azure/api-management-custom-widgets-scaffolder": "^1.0.0-beta.2", |
|
0 commit comments