cypress-allure-plugin
cypress-allure-plugin copied to clipboard
cypress plugin to use allure reporter api in tests
**Describe the bug** I add below script to support/e2e.js, and the suite is still displayed as old one. Is there any step I missed for this? Cypress.Allure.reporter .getInterface() .defineSuiteLabels((titlePath, fileInfo)...
**Describe the bug** Can't pass feature with "Rule"-keyword **To Reproduce** 1. package.json like this 2. cypress.config.ts like this: **Expected behavior** Can pass feature with "Rule"-keyword **Environment (please complete the following...
When my automation is finished and I expect Json to be generated with active Allure Writer - createPickle() function returns an error. ### **Console error** `{ function: 'createPickle', fileUrl: 'hostname/__cypress/tests?p=cypress\\features\\connectivity\\FacebookAds.feature',...
**Describe the bug** When test retries are enabled and a `beforeEach` hook fails once in an early test and `1 + retries` times in a later test, _all_ tests from...
**Describe the bug** This is a totally different issue from #15 It's not the snapshots that were captured by cypress-snapshot-plugins not getting attached, we can careless about that (there is...
Hello, I'm not sure if I missed an option or if this is a known issue. But I have retires set to 2 in cypress.json ``` "retries": { "runMode": 2,...
**Describe the bug** In case test contains redirects or opening pages from different origins Cypress loads index.js file again wiping allure data. Could result in missing test data or with...
**Describe the bug** Failed beforeEach hook missing attached request logs **To Reproduce** Steps to reproduce the behavior: 1. Use beforeEach hook with some http request 2. make it fail **Expected...
**Describe the bug** When a beforeEach fails during a suite the remaining tests are skipped. However the allure report says all but the first test have been skipped, even though...
**Describe the bug** Screenshot is not attached after waiting for element fails. When test fails on cy.get(this.notificationPopupMessage).should('have.text', message); In report I get (without screenshot) Timed out retrying after 15000ms: Expected...