Skip to content

Commit

Permalink
simplify result
Browse files Browse the repository at this point in the history
  • Loading branch information
agoldis committed Dec 18, 2024
1 parent 732a400 commit a131a3e
Show file tree
Hide file tree
Showing 14 changed files with 12 additions and 34 deletions.
10 changes: 1 addition & 9 deletions basic/pw.config.shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { defineConfig, devices } from "@playwright/test";

const config = defineConfig<CurrentsFixtures, CurrentsWorkerFixtures>({
timeout: 10 * 1000,

fullyParallel: true,

expect: {
Expand All @@ -26,14 +25,7 @@ const config = defineConfig<CurrentsFixtures, CurrentsWorkerFixtures>({
projects: [
{
name: "Project A",
retries: 2,
use: {
...devices["Desktop Chrome"],
},
},
{
name: "Project B",
retries: 2,
retries: 0,
use: {
...devices["Desktop Chrome"],
},
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file removed ddd
Empty file.
34 changes: 10 additions & 24 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@argos-ci/cli": "^2.4.3",
"@argos-ci/playwright": "^3.6.1",
"@axe-core/playwright": "^4.4.4",
"@currents/playwright": "^1.9.0-beta.2",
"@currents/playwright": "^1.9.0",
"@playwright/test": "^1.49.0",
"@types/express": "^4.17.13",
"@typescript-eslint/eslint-plugin": "^5.22.0",
Expand Down

0 comments on commit a131a3e

Please sign in to comment.