-
Hello everybody and thanks to all in advance, I'm a newbie with Cypress (I practised the automation in my previous experiences but with other tool and languages). I started yesterday to set up it and to write my first UI tests. I have no problem with the tests writing but I've some questions about the report set up and the run status set up. First, during the report set up, I wrote this in the cypress.io file:
but I don't know how this work. How can I use the "spec" report? What do I need to see the report? Second, I tried to configure my project with the Cypress Analytics (that can I use it as a report?). In the cypress.json file, I wrote my project ID, but I've got a problem when I try to execute the command:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Instead of |
Beta Was this translation helpful? Give feedback.
Instead of
npm cypress run --record --key xxxxxxxxxx
usenpx cypress run --record --key xxxxxxxxxx
command. See https://on.cypress.io/command-line#How-to-run-commands