jenkinsci / allure-plugin

Allure Jenkins Plugin
https://plugins.jenkins.io/allure-jenkins-plugin/
Other
84 stars 66 forks source link

I am able to run Cypress tests using a freestyle job on local jenkins setup, but allure-results doesn't generate #356

Open pushprajTES opened 6 months ago

pushprajTES commented 6 months ago

Issue

Context

Problem description

Describe your problem in a meaningful way:

Logs & Traces

Started by user unknown or anonymous Running as SYSTEM Building in workspace /Users/cvcAdmin/.jenkins/workspace/freestyleDemoJob [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... [WS-CLEANUP] Done The recommended git tool is: NONE using credential tesUsername Cloning the remote Git repository Cloning repository https://bitbucket.org/klite/cypress-automation

git init /Users/cvcAdmin/.jenkins/workspace/freestyleDemoJob # timeout=10 Fetching upstream changes from https://bitbucket.org/klite/cypress-automation git --version # timeout=10 git --version # 'git version 2.39.2 (Apple Git-143)' using GIT_ASKPASS to set credentials tesUsername git fetch --tags --force --progress -- https://bitbucket.org/klite/cypress-automation +refs/heads/:refs/remotes/origin/ # timeout=10 git config remote.origin.url https://bitbucket.org/klite/cypress-automation # timeout=10 git config --add remote.origin.fetch +refs/heads/:refs/remotes/origin/ # timeout=10 Avoid second fetch git rev-parse refs/remotes/origin/demo-jenkins-setup^{commit} # timeout=10 Checking out Revision 3115642e22e23800bf11ead495985dabc0c71b1f (refs/remotes/origin/demo-jenkins-setup) git config core.sparsecheckout # timeout=10 git checkout -f 3115642e22e23800bf11ead495985dabc0c71b1f # timeout=10 Commit message: "cypress.config.js edited" git rev-list --no-walk 3115642e22e23800bf11ead495985dabc0c71b1f # timeout=10 [freestyleDemoJob] $ /bin/sh -xe /var/folders/gc/51_g04r14fz6m1zhr9zndx0m0000gn/T/jenkins6055224141279522555.sh

  • mkdir allure-results
  • node -v v21.6.2
  • npm -v 10.2.4
  • npm install npm WARN deprecated @types/cypress@1.1.3: This is a stub types definition for cypress (https://cypress.io/). cypress provides its own type definitions, so you don't need @types/cypress installed! npm WARN deprecated @babel/plugin-proposal-class-properties@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead. npm WARN deprecated @cypress/xpath@2.0.3: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info. npm WARN deprecated rollup-plugin-inject@3.0.2: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-inject. npm WARN deprecated @babel/plugin-proposal-object-rest-spread@7.20.7: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-object-rest-spread instead. npm WARN deprecated sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. npm WARN deprecated cucumber-expressions@8.3.0: This package is now published under @cucumber/cucumber-expressions npm WARN deprecated gherkin@5.0.0: This package is now published under @cucumber/gherkin npm WARN deprecated cucumber@6.0.7: Cucumber is publishing new releases under @cucumber/cucumber

added 1169 packages, and audited 1170 packages in 1m

155 packages are looking for funding run npm fund for details

5 vulnerabilities (4 moderate, 1 high)

To address all issues possible (including breaking changes), run: npm audit fix --force

Some issues need review, and may require choosing a different dependency.

Run npm audit for details.

DevTools listening on ws://127.0.0.1:63788/devtools/browser/fcd99136-83e4-4320-9b9a-27562e7dc5fa Couldn't find tsconfig.json. tsconfig-paths will be skipped

Opening /dev/tty failed (6): Device not configured tput: No value for $TERM and no -T specified ====================================================================================================

 (Run Starting)

  │ Cypress: 12.17.4 │  │ Browser: Electron 106 │  │ Node Version: v21.6.2 (/Users/cvcAdmin/.jenkins/tools/jenkins.plugins.nodejs.tools │  │ .NodeJSInstallation/NodeJS_21.6.2/bin/node) │  │ Specs: 1 found (login.feature) │  │ Searched: cypress/integration/features/login │  │ Experiments: experimentalMemoryManagement=true │  └

Running: login.feature (1 of 1)

 klite Login tests **** Test Started ****

  1 passing (6s)

 (Results)

  │ Tests: 1 │  │ Passing: 1 │  │ Failing: 0 │  │ Pending: 0 │  │ Skipped: 0 │  │ Screenshots: 0 │  │ Video: false │  │ Duration: 5 seconds │  │ Spec Ran: login.feature │  └

Opening /dev/tty failed (6): Device not configured tput: No value for $TERM and no -T specified ====================================================================================================

 (Run Finished)

  Spec Tests Passing Failing Pending Skipped   
 │ ✔ login.feature 00:05 1 1 - - - │  └   ✔ All specs passed! 00:05 1 1 - - -  

[freestyleDemoJob] $ /Users/cvcAdmin/.jenkins/tools/ru.yandex.qatools.allure.jenkins.tools.AllureCommandlineInstallation/Allure_2.27.0/bin/allure generate /Users/cvcAdmin/.jenkins/workspace/freestyleDemoJob/allure-results -c -o /Users/cvcAdmin/.jenkins/workspace/freestyleDemoJob/allure-report Report successfully generated to /Users/cvcAdmin/.jenkins/workspace/freestyleDemoJob/allure-report Allure report was successfully generated. Creating artifact for the build. Artifact was added to the build. Finished: SUCCESS