Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Error with reporters on pipeline with testcafe image

Manuel Mejias June 22, 2021

hello everyone!... i'm pretty new to pipelines and i'm getting an error when i try to run this pipeline:

image: testcafe/testcafe:latest
pipelines:
default:
- parallel:
- step:
name: 'testcafe automated test'
script:
- npm install testcafe-reporter-html
- npm install firefox
- testcafe firefox:headless test/ --user [redacted] --password [redacted] --env [redacted] --reporter html:[redacted]

the error i get is this:

ERROR The provided "html" reporter does not exist. Check that you have specified the report format correctly.

i've tryied with diferent reporters but with same result... without the report generation part the command runs smothly.

i've tryied to set the reporter on .testcaferc.json but with the same result

i've tryied to write the report in diferent folders

has anyone encounter this issue before? any help would be appreciated

thanks in advance!

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events