wip(e2e): set reporter file path

This commit is contained in:
Jack Westbrook
2025-03-03 09:43:31 +01:00
parent 6ccec33c6a
commit c9731da894
+1 -1
View File
@@ -41,7 +41,7 @@ declare -A cypressConfig=(
[viewportWidth]=1920
[viewportHeight]=1080
[trashAssetsBeforeRuns]=false
[reporter]=./e2e/log-reporter.js
[reporter]=./e2e/log-reporter.cjs
[baseUrl]=${BASE_URL:-"http://$HOST:$PORT"}
)