switch from puppeteer to playwright

This commit is contained in:
Rene
2021-01-25 00:47:15 +01:00
parent 4eecc6fa7a
commit be25d8a712
42 changed files with 1054 additions and 949 deletions
+12 -10
View File
@@ -15,13 +15,11 @@
"@rollup/plugin-node-resolve": "^11.0.1",
"@rollup/plugin-typescript": "^5.0.2",
"@testing-library/dom": "^7.26.3",
"@types/expect-puppeteer": "^4.4.3",
"@types/jest": "^25.2.3",
"@types/jest-environment-puppeteer": "^4.3.2",
"@types/puppeteer": "^3.0.1",
"@typescript-eslint/eslint-plugin": "^3.7.0",
"@typescript-eslint/parser": "^3.7.0",
"babel-jest": "^26.0.1",
"babel-plugin-istanbul": "^6.0.0",
"bufferutil": "^4.0.1",
"canvas": "^2.6.1",
"core-js": "^3.6.5",
@@ -31,22 +29,26 @@
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jest": "^23.18.0",
"eslint-plugin-jest-playwright": "^0.2.1",
"eslint-plugin-json": "^2.1.2",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.3",
"eslint-plugin-react-hooks": "^4.0.8",
"expect-puppeteer": "^4.4.0",
"expect-playwright": "^0.3.1",
"express": "^4.17.1",
"jest": "^26.0.1",
"jest": "^26.6.0",
"jest-dev-server": "^4.4.0",
"jest-puppeteer": "^4.4.0",
"jest-playwright-preset": "^1.4.5",
"mkdirp": "^1.0.4",
"node-sass": "^4.14.1",
"playwright": "^1.8.0",
"playwright-chromium": "^1.8.0",
"playwright-core": "^1.8.0",
"playwright-firefox": "^1.8.0",
"playwright-webkit": "^1.8.0",
"prettier": "^2.0.5",
"prettier-eslint": "^11.0.0",
"puppeteer": "^5.2.1",
"puppeteer-to-istanbul": "^1.4.0",
"rollup": "^2.36.1",
"rollup-plugin-livereload": "^2.0.0",
"rollup-plugin-prettier": "^2.1.0",
@@ -62,8 +64,8 @@
"scripts": {
"test": "yarn workspaces run test",
"test:jsdom": "yarn workspaces run test:jsdom",
"test:pptr": "yarn workspaces run test:pptr",
"test:pptr-dev": "yarn workspaces run test:pptr-dev",
"test:browser": "yarn workspaces run test:browser",
"test:browser-dev": "yarn workspaces run test:browser-dev",
"build": "yarn workspaces run build",
"lint": "npx eslint --fix ."
}