-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
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
Missing step details for previous tests #201
Comments
Hi @Sheth90 I see several reporter dependencies (mochawesome, cypress-multi-reporters, mocha-allure-reporter, cypress-allure-plugin), thus I am questioning they are properly set up.
|
From this what you want to remove? And what is your suggestion? { |
@Sheth90, |
https://drive.google.com/file/d/1r6y1ktx0GEVIPtp6m-ipKKjfGWxEnGW-/view?usp=sharing Download it from here. @Shelex |
Thanks for example.
e2e: {
- // you don't have `cypress/plugins/index.js` - so no need in requiring non-existing file:
- setupNodeEvents(on, config) {
- return require('./cypress/plugins/index.js')(on, config)
- },
baseUrl: 'https://stagingsamsunggrubbrrqa.azurewebsites.net/',
specPattern: 'cypress/e2e/**/*.{js,jsx,ts,tsx}',
setupNodeEvents(on, config) {
allureWriter(on, config);
return config;
},
|
I did changes as you suggested. Still same problem. Please find below the code link for the same. https://drive.google.com/file/d/1j58SkfNU3Us2t7TSNxfpxCtY_c31oqeV/view?usp=share_link |
@Sheth90 Thanks for example provided. Why it works that way and looses steps:
Kind of workaround: if we remove baseUrl, we would see all tests with steps, as browser state is not cleared between domains (because there is no domain change). |
@Shelex how to update allure report to the desire version at v2.38.3? |
@Sheth90 That means your specific case was not covered or covered just partially thus requires further investigation. However, I can confirm that when I used |
Hello team,
I have configured the allure report successfully with my setup. I used version conf as below.
Cypress: 12.5.1
After executing my test case. I am getting results for 2nd method, not for the first method.
TestBody of the first method is overridden by the second method's tc. Please help to resolve this issue with the allure report.
Originally posted by @Sheth90 in #200 (comment)
The text was updated successfully, but these errors were encountered: