Skip to content

Commit

Permalink
Removed unecessary config changes
Browse files Browse the repository at this point in the history
  • Loading branch information
MaPoKen committed May 31, 2024
1 parent 856a89d commit fb47a3d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,3 @@ jobs:
run: yarn playwright install --with-deps chromium
- name: "E2E"
run: yarn e2e:headless
- uses: actions/upload-artifact@v4
with:
name: playwright
path: ./playwright-report
2 changes: 1 addition & 1 deletion e2e/apiMock.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const test = Ptest.extend<ExtendParams>({
// Creating the API mocking for the wanted API's
await page.routeFromHAR(mockFile(testInfo), {
update: process.env.RECORD_FIXTURES === "true",
updateMode: "full",
updateMode: "minimal",
url: regex,
updateContent: "embed",
});
Expand Down
2 changes: 1 addition & 1 deletion playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default defineConfig({
use: {
/* Base URL to use in actions like `await page.goto('/')`. */
baseURL: "http://localhost:3000",
trace: "on",
trace: "on-first-retry",
viewport: {
width: 2560,
height: 1440,
Expand Down

0 comments on commit fb47a3d

Please sign in to comment.