Skip to content

Commit

Permalink
Updated default test case status in config example
Browse files Browse the repository at this point in the history
  • Loading branch information
Feuerstarter committed Jun 27, 2024
1 parent 8bbdb31 commit c64dd35
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ REPORTING_NOTIFICATION_EMAILS=

REPORTING_TCM_TEST_CASE_STATUS_ON_PASS=
REPORTING_TCM_TEST_CASE_STATUS_ON_FAIL=
REPORTING_TCM_TEST_CASE_STATUS_ON_SKIP=

REPORTING_TCM_ZEBRUNNER_PUSH_RESULTS=
REPORTING_TCM_ZEBRUNNER_PUSH_IN_REAL_TIME=
Expand Down
6 changes: 3 additions & 3 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ export default defineConfig({
},
tcm: {
testCaseStatus: {
onPass: 'retest',
onFail: 'skipped',
onSkip: 'invalid',
onPass: 'Passed',
onFail: 'Failed',
onSkip: 'Skipped',
},
zebrunner: {
pushResults: true,
Expand Down

0 comments on commit c64dd35

Please sign in to comment.