Skip to content
Snippets Groups Projects
Commit f4457ffa authored by OZGCloud's avatar OZGCloud
Browse files

OZG-6522 Trying to fix missing screenshots

parent d25e5b08
Branches
No related tags found
No related merge requests found
...@@ -17,6 +17,9 @@ ...@@ -17,6 +17,9 @@
"json": true, "json": true,
"quite": true, "quite": true,
"reportFilename": "report", "reportFilename": "report",
"overwrite": false "overwrite": false,
"saveAllAttempts": false,
"embeddedScreenshots": true,
"inlineAssets": true
} }
} }
...@@ -36,6 +36,9 @@ ...@@ -36,6 +36,9 @@
"json": true, "json": true,
"reportDir": "./reports/mochawesome-report", "reportDir": "./reports/mochawesome-report",
"reportFilename": "report", "reportFilename": "report",
"overwrite": true "overwrite": true,
"saveAllAttempts": false,
"embeddedScreenshots": true,
"inlineAssets": true
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment