Oleksandr Shevtsov
Oleksandr Shevtsov
Hi @monkpit Thank you for opening an issue. Yeah, that part of plugin with environment.properties file was ambiguous so I have refactored `writeEnvironmentInfo` implementation and handling and for now I...
So please correct me if I got it wrong: Structure: - project - cypress - testCypressApp - cypress - allure-results - cypress.json - cypress.json In such case, `allureResultsPath` is not...
I think a year and a half of war is enough time to do your own conclusions. Also to make a conclusion will help that fact that they continue working...
Hi @YarLyashenko Great catch! It was changed when retries handling was added, so this is basically an array of attempts. And you are correct that if mochaID is undefined, we...
There is excellent extension to work with Gherkin is VS Code: [Cucumber (Gherkin) Full Support](https://marketplace.visualstudio.com/items?itemName=alexkrechik.cucumberautocomplete) Also, there are some additional commands (find unused step definitions, find step definitions references) for...
Hi @Shikharnigam87 Thank you for opening an issue. It is not clear to me: what version of cypress-allure-plugin do you have in the end? The start of your message states...
Hi @Sheth90 Please provide an example repo where such issue could be reproduced. I see several reporter dependencies (mochawesome, cypress-multi-reporters, mocha-allure-reporter, cypress-allure-plugin), thus I am questioning they are properly set...
@Sheth90, I am not suggesting to remove anything right now. I am asking you to provide example tiny repository to see your setup and ways to reproduce it. Maybe you...
> https://drive.google.com/file/d/1r6y1ktx0GEVIPtp6m-ipKKjfGWxEnGW-/view?usp=sharing > > Download it from here. @Shelex Thanks for example. 1) You have duplicated `setupNodeEvents` in `cypress.config.js`: ```diff e2e: { - // you don't have `cypress/plugins/index.js` - so...
@Sheth90 Thanks for example provided. I can reproduce it and confirm that it relates to #179 . Why it works that way and looses steps: - in `cypress.config.js` you have...