zebrunner / javascript-agent-cypress

Zebrunner Agent: JS Mocha/Cypress reporting integration
5 stars 2 forks source link

Test run doesn't end as Jenkins can't find worker_log file #12

Closed ilsenko closed 2 years ago

ilsenko commented 2 years ago

Preconditions Pipeline is configured with NodeJS with NodeJs plugin with build configurations :

  1. npm install
  2. npx cypress run --env fileConfig=qa --spec cypress/integration/zebrunnerIntegrations/integrationsGridTest.spec.js (where --env fileConfig=qa -- environment selection , --spec cypress/integration/zebrunnerIntegrations/integrationsGridTest.spec.js -- specific tests are selected )

Expected result After successful build on Jenkins test run ends on Zebrunner

Screenshot 2022-01-05 at 15 22 27

Actual result Test run is finished however the suite remains on loading jenkins run (worker log absent error).txt

Screenshot 2022-01-05 at 15 10 21