Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Allure Mocha: testplan support, env info and categories, metadata#1003

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
baev merged 8 commits intomainfrommocha-testplan
Jun 17, 2024

Conversation

@delatrie
Copy link
Collaborator

Context

Add test plan support to Allure Mocha.

Extra changes

  • dump the environment info and categories when the test run is done
  • allure metadata (labels and a shorthand for ALLURE_ID) can now be specified via a test's name. That doesn't affect testCaseId and display name:
    it("my test @allure.id:1001 @allure.label.owner:John",()=>{/* ... */});
    That's crucial for filtering by ID via a test plan.
  • hook timeout was increased when testing Allure Mocha (some combinations take around 10 seconds to complete on my machine - the default hook timeout value)
  • Redundant host and thread labels calculation was removed from allure-mocha. Allure-js-commons is used now.

Checklist

@delatriedelatrie added the type:new featureNew feature or request labelJun 11, 2024
@github-actionsgithub-actionsbot added the theme:mochaMocha related issue labelJun 11, 2024
@delatriedelatrie marked this pull request as ready for reviewJune 11, 2024 19:00
@delatriedelatrie requested a review fromepszawJune 11, 2024 19:01
@baevbaev merged commit347e34b intomainJun 17, 2024
@baevbaev deleted the mocha-testplan branchJune 17, 2024 12:55
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@baevbaevbaev approved these changes

@epszawepszawAwaiting requested review from epszaw

Assignees

No one assigned

Labels

theme:mochaMocha related issuetype:new featureNew feature or request

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@delatrie@baev

[8]ページ先頭

©2009-2025 Movatter.jp