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

chore: new release candidate #34

Merged
merged 1 commit into from
Jan 2, 2024
Merged

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jan 1, 2024

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.

Releases

playwright-decorators@0.12.0

Minor Changes

  • #35 8ba55c6 Thanks @SebastianSedzik! - Enhanced TypeScript support:

    • constrained the @suite decorator to class contexts only.
    • constrained the @test decorator to class method context only. Type check of test method arguments.
    • exported the TestArgs type to provide validity within test methods.
    import { suite, test, TestArgs } from 'playwright-decorators'
    
    @suite()
    class ExampleSuite {
      @test()
      async exampleTest({ page }: TestArgs) {
        // <- TestArgs ensures correct types of arguments
        // ...
      }
    }

Patch Changes

  • #29 7398cc2 Thanks @SebastianSedzik! - Fixes of @skip and @annotate decorators:

    • Pass reason from @skip decorator to the reporter.
    • Added support for annotations on skipped tests.

@github-actions github-actions bot force-pushed the changeset-release/master branch 2 times, most recently from 49fc5fb to 1928ff2 Compare January 2, 2024 11:22
@SebastianSedzik SebastianSedzik merged commit bd10be1 into master Jan 2, 2024
@SebastianSedzik SebastianSedzik deleted the changeset-release/master branch January 2, 2024 12:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant