File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
test/e2e/oidc/playwright-tests Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4141 node-version : 22.16.0
4242 cache : ' npm'
4343 - run : make test-oidc-e2e
44- - name : Archive playwright screenshots
44+ - name : Archive Playwright Test Report
4545 if : failure()
4646 uses : actions/upload-artifact@v4
4747 with :
48- name : Playwright Screenshots
49- path : test/e2e/oidc/playwright-tests/results/**/*.png
48+ name : Playwright Test Report
49+ path : test/e2e/oidc/playwright-tests/results/html-report/
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ const config = {
4343 retries : 0 , // retries mean failure
4444 workers : process . env . CI ? 1 : undefined ,
4545 /* Reporter to use. See https://playwright.dev/docs/test-reporters */
46- reporter : 'line' ,
46+ reporter : [ [ 'html' , { outputFolder : 'results/html-report' } ] ] ,
4747 /* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */
4848 use : {
4949 actionTimeout : 0 ,
@@ -56,7 +56,7 @@ const config = {
5656 headless : true ,
5757 } ,
5858 projects,
59- outputDir : 'results/' ,
59+ outputDir : 'results/basic ' ,
6060 globalSetup : require . resolve ( './src/global-setup-teardown' ) ,
6161} ;
6262
You can’t perform that action at this time.
0 commit comments