We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Run the cypress code after downloaded the "allure-cypress" ( "^3.0.6". Not configured) I am getting this error.
To Reproduce Create a cypress project and download cypress allure and run a test
package.json
{ "name": "omangweb", "version": "1.0.0", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "testOne": "npx cypress run ----env allure=true" }, "description": "", "devDependencies": { "allure-cypress": "^3.0.6", "cypress": "^13.15.1" } }
cypress.config.js
const { defineConfig } = require("cypress"); module.exports = defineConfig({ e2e: { setupNodeEvents(on, config) { // implement node event listeners here }, specPattern:'cypress/e2e/getting-started/*.js }, });
Expected behavior It should not raise the error. It should be work normally
Screenshots of Actual Output Error
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
Have you seen https://allurereport.org/docs/cypress-configuration/#using-with-custom-handlers?
Sorry, something went wrong.
I didn't configure anything for allure-cypress. I have opened using 'npx cypress open' and run a spec. After I got the above error.
No branches or pull requests
Describe the bug
Run the cypress code after downloaded the "allure-cypress" ( "^3.0.6". Not configured) I am getting this error.
To Reproduce
Create a cypress project and download cypress allure and run a test
package.json
cypress.config.js
Expected behavior
It should not raise the error. It should be work normally
Screenshots of Actual Output
Error
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: