Best Practices
📆 Best Practices
Place all test files in a clearly structured
tests/
directory.Use meaningful class/method names and docstrings.
main
ormaster
branch is recomanded for incremental sync triggers.Coding with the standard test framework script format
⚡️ Integrating Seamlessly into Existing Xray Workflows

Even if you already generate test execution reports from automated test runs, this plugin brings value by:
Creating structured test cases from code before execution.
Assigning test cases to specific test sets or folders in Xray.
Improving traceability by mapping code-level logic directly to Jira test artifacts.
Reducing manual creation effort for test case assets.
This works best alongside your current process — it does not replace your test runs or reporting tools. It simply helps you build a more visible and manageable test repository, especially in large projects.