Skip to content

Commit

Permalink
chore(test): switch from tib to playwright for browser testing (nuxt-…
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl authored May 21, 2020
1 parent 84f4acc commit 79211d0
Show file tree
Hide file tree
Showing 9 changed files with 591 additions and 649 deletions.
14 changes: 8 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,22 +97,24 @@
"@nuxtjs/eslint-config-typescript": "1.0.2",
"@nuxtjs/module-test-utils": "1.6.1",
"@release-it/conventional-changelog": "1.1.4",
"@types/argparse": "^1.0.38",
"@types/jest": "25.2.3",
"@types/jest-dev-server": "^4.2.0",
"argparse": "^1.0.10",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.1.0",
"chromedriver": "81.0.0",
"codecov": "3.7.0",
"core-js": "3.6.5",
"eslint": "7.0.0",
"geckodriver": "1.19.1",
"eslint": "6",
"finalhandler": "^1.1.2",
"jest": "26.0.1",
"jest-dev-server": "^4.4.0",
"jsdom": "16.2.2",
"messageformat": "2.3.0",
"nuxt": "2.12.2",
"puppeteer-core": "3.1.0",
"playwright-chromium": "^1.0.2",
"release-it": "13.6.1",
"selenium-webdriver": "4.0.0-alpha.7",
"tib": "0.7.4",
"serve-static": "^1.14.1",
"typescript": "3.9.2",
"vuepress": "1.5.0"
}
Expand Down
Loading

0 comments on commit 79211d0

Please sign in to comment.