Skip to content

Commit

Permalink
Updating deps
Browse files Browse the repository at this point in the history
  • Loading branch information
xoscar committed Apr 2, 2024
1 parent 3ec4578 commit 939b96f
Show file tree
Hide file tree
Showing 5 changed files with 204 additions and 50 deletions.
188 changes: 166 additions & 22 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"@opentelemetry/sdk-trace-base": "^1.18.1",
"@tracetest/cypress": "^0.0.34",
"@tracetest/playwright": "0.0.34"
"@tracetest/cypress": "^0.0.36",
"@tracetest/playwright": "0.0.36"
}
}
4 changes: 2 additions & 2 deletions playwright/home.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ test.beforeAll(async () => {
});
});

test.beforeEach(async ({ page }, { title }) => {
test.beforeEach(async ({ page }, info) => {
await page.goto('/');
await tracetest?.capture(title, page);
await tracetest?.capture(page, info);
});

// optional step to break the playwright script in case a Tracetest test fails
Expand Down
Loading

0 comments on commit 939b96f

Please sign in to comment.