Skip to content

Commit

Permalink
feat: upgrade to v1.27.0 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
charlyautomatiza committed Oct 12, 2022
1 parent 89aa430 commit ca3fc63
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 35 deletions.
62 changes: 31 additions & 31 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"allure-report": "allure generate ./allure-results --clean",
"open-report": "npm run allure-report && allure open ./allure-report",
"firefox": "npm run clean && npx playwright test --project=firefox",
"chromiun": "npx playwright test --project=chromiun",
"chromium": "npx playwright test --project=chromium",
"a11y": "npm run clean && npx playwright test tests/lighthouse.spec.ts --project=chromium",
"webkit": "npx playwright test --project=webkit",
"test": "npm run clean && npx playwright test --project=chromium",
Expand All @@ -37,17 +37,17 @@
},
"homepage": "https://github.com/charlyautomatiza/starter-playwright#readme",
"devDependencies": {
"@playwright/test": "^1.26.1",
"@playwright/test": "^1.27.0",
"allure-commandline": "^2.18.1",
"allure-playwright": "^2.0.0-beta.19",
"lighthouse": "^9.6.5",
"playwright": "^1.26.1",
"playwright": "^1.27.0",
"playwright-lighthouse": "^2.2.2",
"typescript": "^4.8.4"
},
"dependencies": {
"@faker-js/faker": "^7.4.0",
"dotenv": "^16.0.2",
"dotenv": "^16.0.3",
"rimraf": "^3.0.2"
}
}

0 comments on commit ca3fc63

Please sign in to comment.