★ wanayoo — archive 1999 https://github.com/allure-framework/allure-java/issues/467Nouvelle recherche | Portail wanayoo
Skip to content
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

Test case not found error #467

Open
caiocssta opened this issue Sep 1, 2020 · 0 comments · May be fixed by #488
Open

Test case not found error #467

caiocssta opened this issue Sep 1, 2020 · 0 comments · May be fixed by #488

Comments

@caiocssta
Copy link

@caiocssta caiocssta commented Sep 1, 2020

I'm submitting a ...

  • bug report
  • feature request
  • support request => Please do not submit support request here, see note at the top of this template.

What is the current behavior?

I'm using Cucumber with JUnit to execute, and Allure to generate reports automatically. When I execute my tests, after the execution of each scenario, I get these three messages:

2020-09-01 01:49:17,590 - ERROR main AllureLifecycle           AllureLifecycle.java:394 Could not update test case: test case with uuid 4678586e-fe63-41ba-a55a-922957cc4110 not found

2020-09-01 01:49:17,590 - ERROR main AllureLifecycle           AllureLifecycle.java:415 Could not stop test case: test case with uuid 4678586e-fe63-41ba-a55a-922957cc4110 not found

2020-09-01 01:49:17,590 - ERROR main AllureLifecycle           AllureLifecycle.java:436 Could not write test case: test case with uuid 4678586e-fe63-41ba-a55a-922957cc4110 not found

Always with a different uuid after each execution.

The only Allure API reference that I'm using in my code is that, I was trying to attach screenshots, unsuccessfully.

Screenshot_16

Please tell us about your environment:

Allure version 2.2.0
Test framework junit@4.13
Allure integration allure-junit4@2.13.5
Generate report using maven-surefire-plugin@3.0.0-M5
AndreiPustovalov added a commit to AndreiPustovalov/allure-java that referenced this issue Nov 6, 2020
Fix incorrect UUID usage in StepUtils
@AndreiPustovalov AndreiPustovalov linked a pull request that will close this issue Nov 6, 2020
2 of 2 tasks complete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Linked pull requests

Successfully merging a pull request may close this issue.

1 participant
You can’t perform that action at this time.