Skip to content

Commit 5bceee6

Browse files
committed
chore: Added updated playwright + screenshots
1 parent 02a00c6 commit 5bceee6

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

.github/workflows/playwright.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,15 @@ jobs:
4040
with:
4141
name: test-results
4242
path: tests/test-results/
43-
retention-days: 3
43+
retention-days: 3
44+
# - name: Update the screenshots based on Ubuntu env on GH
45+
# id: test-visual-update
46+
# if: ${{ failure() && steps.test-visual.conclusion == 'failure' }}
47+
# run: make tests-update-screenshots
48+
# - name: Upload updated Playwright screenshots
49+
# uses: actions/upload-artifact@v4
50+
# if: ${{ failure() && steps.test-visual-update.conclusion == 'success' }}
51+
# with:
52+
# name: playwright-screenshots-updated
53+
# path: tests/src/__screenshots__/**/*.png
54+
# retention-days: 3

tests/playwright.config.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ export default defineConfig({
1717
timezoneId: 'America/Los_Angeles',
1818
},
1919
projects: [
20-
{
21-
name: 'chromium',
22-
use: { ...devices['Desktop Chrome'] },
23-
},
2420
{
2521
name: 'firefox',
2622
use: { ...devices['Desktop Firefox'] },
Loading
Loading
Loading

0 commit comments

Comments
 (0)