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

Add dynamic test execution data configuration #374

Merged
merged 5 commits into from
Aug 18, 2024

Conversation

csvtuda
Copy link
Contributor

@csvtuda csvtuda commented Aug 18, 2024

It's now possible to supply a function to jira.testExecutionIssue, which will be evaluated at the end of the Cypress tests, just before the results upload:

await configureXrayPlugin(on, config, {
  jira: {
    projectKey: "CYP",
    testExecutionIssue: () => {
      return {
        // ...
      };
    }
  },
});

@csvtuda csvtuda added the feature New feature or request label Aug 18, 2024
Copy link

github-actions bot commented Aug 18, 2024

Unit Test Results

669 tests   669 ✅  3s ⏱️
  1 suites    0 💤
  1 files      0 ❌

Results for commit ac59a67.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Aug 18, 2024

Integration Test Results

4 tests   4 ✅  1m 56s ⏱️
1 suites  0 💤
1 files    0 ❌

Results for commit ac59a67.

♻️ This comment has been updated with latest results.

@csvtuda csvtuda merged commit 462ad72 into main Aug 18, 2024
4 checks passed
@csvtuda csvtuda deleted the feature/callback-configuration branch August 18, 2024 17:24
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant