In this article, we will learn on steps to
integrate our cypress test with continuous integration tools like Jenkins.
Step 2:Enter Jenkins job name and select
the project style as “Freestyle”.
Step 3: From the Build Section, click on
add Build step and select the option as “Execute Windows batch command”.
Step 4: Here we need to first navigate to
our cypress project and provide the path of the record run key that we have
generated in the last article.
Step 5: Click on apply and save the Jenkins
job.
Step 6: Now once this Jenkins job will
execute we would be able to view our cypress test executing in headless mode
via Jenkins.
Hi Ankur,
ReplyI have been using cypress+Jenkins, just want to know are you able to generate Test Trend report using Junit report plugin ?