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

Allow tests to contain multiple test issue keys #357

Merged
merged 6 commits into from
Aug 4, 2024

Conversation

csvtuda
Copy link
Contributor

@csvtuda csvtuda commented Jul 7, 2024

  • Cypress tests can now contain more than one test issue key:

    it("CYP-123 CYP-124 CYP-125 example test", () => { 
      expect(true).to.be.true;
    });
  • Cucumber backgrounds/scenarios can now contain more than one test issue key:

    Background: 
        #@Precondition:CYP-111
        #@Precondition:CYP-222
        Given ...
    
    @TestName:CYP-333 @TestName:CYP-444
    Scenario: Login
        Given ...
    • Note: when importing feature files, errors will still be raised because Xray only considers the last (?) tag during feature file upload. Results upload works fine with multiple tags, however.
  • Addresses: Feature request: Support for associating multiple X-Ray test case issue keys to a single cypress test #328

Copy link

github-actions bot commented Jul 7, 2024

Unit Test Results

636 tests   636 ✅  2s ⏱️
  1 suites    0 💤
  1 files      0 ❌

Results for commit b5fb1e6.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Jul 7, 2024

Integration Test Results

12 tests   12 ✅  2m 20s ⏱️
 1 suites   0 💤
 1 files     0 ❌

Results for commit b5fb1e6.

♻️ This comment has been updated with latest results.

@csvtuda csvtuda force-pushed the feature/multiple-test-issue-keys branch from 42ec1b7 to a0ac5c2 Compare August 4, 2024 13:53
@csvtuda csvtuda merged commit 8ad6304 into main Aug 4, 2024
4 checks passed
@csvtuda csvtuda deleted the feature/multiple-test-issue-keys branch August 4, 2024 14:20
@csvtuda csvtuda added the feature New feature or request label Aug 26, 2024
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