-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0ae8e4a
commit 6330995
Showing
32 changed files
with
41 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,14 @@ | ||
import sh from 'shelljs' | ||
|
||
async function run() { | ||
sh.exec(`yarn nx run playnite-web-app:test/components:ci/local`) | ||
const [, , specFilter] = process.argv | ||
sh.exec( | ||
`yarn cypress run --component --browser electron ${specFilter && `--spec src/**/__component_tests__/${specFilter}`}`, | ||
) | ||
|
||
sh.exec( | ||
'yarn cypress-image-diff-html-report start --reportJsonDir visual-regression-tests/component-report --autoOpen', | ||
) | ||
} | ||
|
||
run() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,16 @@ | ||
import sh from 'shelljs' | ||
|
||
async function run() { | ||
sh.exec(`yarn nx run playnite-web-app:test/e2e:ci/local`) | ||
sh.exec('yarn nx run playnite-web-app:start/services:ci') | ||
sh.exec('yarn nx run playnite-web-app:package/instrumented') | ||
|
||
const [, , specFilter] = process.argv | ||
sh.exec( | ||
`yarn start-server-and-test 'yarn cross-env DEBUG=\"playnite*\" NODE_ENV=production yarn node _packaged/server.production.cjs' http://localhost:3000 'yarn cross-env TEST=e2e CI=true LOCAL=true yarn cypress run --e2e --browser electron ${specFilter && `--spec cypress/e2e/**/${specFilter}`}'`, | ||
) | ||
|
||
sh.exec( | ||
`yarn cypress-image-diff-html-report start --reportJsonDir visual-regression-tests/e2e-report --autoOpen`, | ||
) | ||
} | ||
|
||
run() |
Binary file modified
BIN
-258 Bytes
(99%)
...shots/baseline/browse.cy.ts-filter-by-platform-selection_ipad-mini-portrait.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-73.4 KB
(78%)
...ots/baseline/browse.cy.ts-filter-by-platform-selection_ipad-pro-12-portrait.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+77 Bytes
(100%)
...sts/e2e-screenshots/baseline/game-details.cy.ts-game-details-Browse-desktop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+20 Bytes
(100%)
...enshots/baseline/game-details.cy.ts-game-details-Browse-ipad-mini-landscape.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-14 Bytes
(100%)
...shots/baseline/game-details.cy.ts-game-details-Browse-ipad-pro-12-landscape.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-40 Bytes
(100%)
...ts/e2e-screenshots/baseline/game-details.cy.ts-game-details-On Deck-desktop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-20 Bytes
(100%)
...nshots/baseline/game-details.cy.ts-game-details-On Deck-ipad-mini-landscape.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-60 Bytes
(100%)
...hots/baseline/game-details.cy.ts-game-details-On Deck-ipad-pro-12-landscape.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+2 Bytes
(100%)
...baseline/game-details.cy.ts-game-details-On Deck-iphone-16-pro-max-portrait.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-11 Bytes
(100%)
...sts/e2e-screenshots/baseline/game-details.cy.ts-play-button-visible_desktop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+0 Bytes
(100%)
...enshots/baseline/game-details.cy.ts-play-button-visible_ipad-mini-landscape.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+0 Bytes
(100%)
...shots/baseline/game-details.cy.ts-play-button-visible_ipad-pro-12-landscape.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-1 Byte
(100%)
.../baseline/game-details.cy.ts-play-button-visible_iphone-16-pro-max-portrait.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+2 Bytes
(100%)
...hots/baseline/game-details.cy.ts-play-button-visible_iphone-16-pro-portrait.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-11 Bytes
(100%)
...creenshots/baseline/game-details.cy.ts-restart-stop-buttons-visible_desktop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+0 Bytes
(100%)
...aseline/game-details.cy.ts-restart-stop-buttons-visible_ipad-mini-landscape.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+0 Bytes
(100%)
...eline/game-details.cy.ts-restart-stop-buttons-visible_ipad-pro-12-landscape.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+1 Byte
(100%)
...line/game-details.cy.ts-restart-stop-buttons-visible_iphone-16-pro-portrait.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed
BIN
-658 KB
...sual-regression-tests/e2e-screenshots/baseline/index.cy.ts-on-deck-playlist.png
Binary file not shown.
Binary file added
BIN
+658 KB
...ression-tests/e2e-screenshots/baseline/index.cy.ts-on-deck-playlist_desktop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+335 KB
...s/e2e-screenshots/baseline/index.cy.ts-on-deck-playlist_ipad-mini-landscape.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+204 KB
...ts/e2e-screenshots/baseline/index.cy.ts-on-deck-playlist_ipad-mini-portrait.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+461 KB
...e2e-screenshots/baseline/index.cy.ts-on-deck-playlist_ipad-pro-12-landscape.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+334 KB
.../e2e-screenshots/baseline/index.cy.ts-on-deck-playlist_ipad-pro-12-portrait.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+132 KB
...creenshots/baseline/index.cy.ts-on-deck-playlist_iphone-16-pro-max-portrait.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+127 KB
...2e-screenshots/baseline/index.cy.ts-on-deck-playlist_iphone-16-pro-portrait.png
Oops, something went wrong.