cypress-allure-plugin icon indicating copy to clipboard operation
cypress-allure-plugin copied to clipboard

cypress plugin to use allure reporter api in tests

Results 35 cypress-allure-plugin issues
Sort by recently updated
recently updated
newest added

Starting with https://github.com/Shelex/cypress-allure-plugin/commit/9ba39f3c192b1f11af27fca4a64f7713b2f5b2ac, cypress-allure-plugin bases the historyId of a test on its `title` instead of its `fullTitle`. This causes several tests to disappear from our report because they have identical...

bug

**Describe the bug** When I run several Cypress test cases(50 test cases) around 20 test cases are failing. When i check cypress allure reports, It will show total count and...

bug

Probably Cypress's fault ~~and likely to be fixed when they fix `cy.task`~~ (update: see https://github.com/Shelex/cypress-allure-plugin/issues/216#issuecomment-1625253277 below), but I thought I'd create an issue so you're aware. See https://github.com/cypress-io/cypress/issues/27113

bug

Dear Oleksandr, I hope this message finds you well. Thank you for the amazing plugin. Recently, I've encountered an issue with the plugin's compatibility, particularly with the newer versions of...

question

List of dependencies and versions used on Microsoft Windows 10 machine: cypress: 12.9.0 shelex/cypress-allure-plugin: 2.22.0 allure-commandline: 2.13.8 cypress-multi-reporters: 1.6.3 mocha-junit-reporter: 2.0.2 Node: 16.16.0 After upgrading to Cypress 12.9.0 and node...

bug

**Describe the bug** The report does not show the total number of tests ran. For example: In the photos I attached, I ran a total of 485 tests, but in...

bug
needs information

**Describe the bug** When we see the below kind of error and those failed cases are missing in the report. We are running all scripts in jenkins **To Reproduce** Steps...

bug
cucumber-preprocessor

**Describe the bug** Can't assign @testID for Scenario Outline examples (Gherkin features) **Expected behavior** Ability to assign allureID to every example in Scenario Outline. **Environment** - Cypress version: 10.11.0 -...

bug

![Capture](https://user-images.githubusercontent.com/48122863/225588406-0acf411e-1d86-4f6c-ba88-36fe47c5eb23.PNG) In my use case, I need to attach the screenshot to the allure report in both cases where the step, is either failed or passed.

enhancement
cucumber-preprocessor

Hello. Can I add "allureLogCypress: true" to failed tests only? And some other env like allureAttachRequests: true

enhancement