JUnit reporting attempt #2
This commit is contained in:
parent
4fe9570dfb
commit
5ef75ad148
1 changed files with 1 additions and 3 deletions
|
|
@ -160,10 +160,8 @@ stages:
|
||||||
$(dockerImageName):$(imageTag) \
|
$(dockerImageName):$(imageTag) \
|
||||||
bash -c "echo \"Moving Playwright reports out of subfolders...\" &&
|
bash -c "echo \"Moving Playwright reports out of subfolders...\" &&
|
||||||
find ./playwright-reports/ -mindepth 2 -type f -exec mv {} ./playwright-reports/ \; &&
|
find ./playwright-reports/ -mindepth 2 -type f -exec mv {} ./playwright-reports/ \; &&
|
||||||
PLAYWRIGHT_JUNIT_OUTPUT_DIR='/app/test_results'
|
|
||||||
PLAYWRIGHT_JUNIT_OUTPUT_NAME='junit_results.xml'
|
|
||||||
echo \"Merging reports...\" &&
|
echo \"Merging reports...\" &&
|
||||||
npx playwright merge-reports --reporter=ortoni-report,junit ./playwright-reports
|
PLAYWRIGHT_JUNIT_OUTPUT_DIR='/app/test_results' PLAYWRIGHT_JUNIT_OUTPUT_NAME='junit_results.xml' npx playwright merge-reports --reporter=ortoni-report,junit ./playwright-reports
|
||||||
echo \"Contents of ortoni-report:\" && ls ./ortoni-report &&
|
echo \"Contents of ortoni-report:\" && ls ./ortoni-report &&
|
||||||
echo 'Current dir: ' && pwd
|
echo 'Current dir: ' && pwd
|
||||||
echo 'Contents of current dir: ' && ls
|
echo 'Contents of current dir: ' && ls
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue