This repository was archived by the owner on Jan 28, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222
2323 # Run Playwright with PR-vs-Main comparison
2424 - name : GUI Test – Playwright only
25- uses : DigitalProductInnovationAndDevelopment/Code-Reviews-of-GUI-Tests@v1.2.6
25+ uses : DigitalProductInnovationAndDevelopment/Code-Reviews-of-GUI-Tests@v1.2.2
2626 with :
2727 github-token : ${{ secrets.GITHUB_TOKEN }}
2828 mode : test-only
7979 - run : npm install
8080
8181 - name : GUI Test – Lint only
82- uses : DigitalProductInnovationAndDevelopment/Code-Reviews-of-GUI-Tests@v1.2.6
82+ uses : DigitalProductInnovationAndDevelopment/Code-Reviews-of-GUI-Tests@v1.2.2
8383 with :
8484 github-token : ${{ secrets.GITHUB_TOKEN }}
8585 mode : lint-only
@@ -158,7 +158,7 @@ jobs:
158158 # Build dashboard, post comment, deploy Pages
159159 - id : review
160160 name : Dashboard / PR comment / Pages
161- uses : DigitalProductInnovationAndDevelopment/Code-Reviews-of-GUI-Tests@v1.2.6
161+ uses : DigitalProductInnovationAndDevelopment/Code-Reviews-of-GUI-Tests@v1.2.2
162162 with :
163163 github-token : ${{ secrets.GITHUB_TOKEN }}
164164 mode : dashboard-only
Original file line number Diff line number Diff line change 1+ .test-history.json
2+ artifacts /
3+ test-results /
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ module.exports = defineConfig({
44 testDir : './tests' ,
55 use : {
66 headless : true ,
7- screenshot : 'on ' ,
8- trace : 'on' ,
7+ screenshot : 'only-on-failure ' ,
8+ trace : 'on-first-retry ' ,
99 video : 'off' ,
1010 ignoreHTTPSErrors : true ,
1111 } ,
You can’t perform that action at this time.
0 commit comments