Replies: 1 comment 2 replies
-
|
@sorryanot |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
stacktrace.docx
I'm encountering an intermittent error with the Allure TestOps Support plugin (v3.20.2) in IntelliJ IDEA 2024.3.5 (Community Edition). When attempting to create test cases via Allure TestOps: Create Test Case, I receive the error:
io.qameta.allure.idea.AllurePluginException: Can't find test case []
Key observations:
-Inconsistent behavior: Affects only some team members working on the same project
-Transient nature: Error sometimes resolves spontaneously but later reappears
-Environment:
Plugin version: 3.20.2
IDE: IntelliJ IDEA 2024.3.5 (Community Edition)
Project: Multi-module configuration with shared Allure TestOps integration
Troubleshooting attempted:
-Verified plugin compatibility with IDE version
-Confirmed Allure TestOps server connectivity
-Checked authentication tokens and project IDs
-Compared team members' plugin configurations
Question:
What could cause this intermittent "Can't find test case" error in Allure TestOps Support, and how can we ensure consistent test case creation across team members?
Beta Was this translation helpful? Give feedback.
All reactions