You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DavidREntwistle
changed the title
HTML test reports display as ai report with no test execution summary & screenshot, even with no ai commands
HTML test reports display as ai report with no test execution summary & screenshot when no --output is provided, even with no ai commands
Oct 16, 2024
ooked into this a bit more, it seems to only work when we include the output e.g. maestro test --format html --output test-report.html yourTestFlow.yaml. This then created the correct flowNameHere.html html report file instead of the ai-report-flowNameHere.html file within the ~/.maestro/tests/ path.
Is there an existing issue for this?
Steps to reproduce
yourTestFlow.yaml
filemaestro test --format html yourTestFlow.yaml
without any--output
file location~/.maestro/tests/<test-timestamp>/ai-report-yourTestFlow.html
fileActual results
HTML test reports are displaying as ai reports when no
--output
file location is provided:E.g.:
maestro test --format html yourTestFlow.yaml
=~/.maestro/tests/<test-timestamp>/ai-report-yourTestFlow.html
maestro test --format html --output /testFolder/test-report.html yourTestFlow.yaml
=~/testFolder/test-report.html
Expected results
HTML test reports display the test execution summary & screenshot with and without the
--output
file location.E.g.:
maestro test --format html yourTestFlow.yaml
=~/.maestro/tests/<test-timestamp>/yourTestFlow.html
maestro test --format html --output /testFolder/test-report.html yourTestFlow.yaml
=~/testFolder/test-report.html
See image example: #1750 (comment)
About app
About environment
Logs
N/a
Maestro version
1.39.0
How did you install Maestro?
install script (https://get.maestro.mobile.dev)
Anything else?
No response
The text was updated successfully, but these errors were encountered: