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 support for focused and skipped tests in React Native integration tests #47559

Closed
wants to merge 4 commits into from

Commits on Nov 14, 2024

  1. Fix some broken expectations in RN integration tests

    Differential Revision: D65952221
    rubennorte authored and facebook-github-bot committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    86bedae View commit details
    Browse the repository at this point in the history
  2. Add Flow typing for test runner for RN integration tests

    Differential Revision: D65948801
    rubennorte authored and facebook-github-bot committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    c5ad18b View commit details
    Browse the repository at this point in the history
  3. Hook up RN integration tests in Jest pipeline

    Differential Revision: D65661703
    rubennorte authored and facebook-github-bot committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    a3d26e0 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Add support for focused and skipped tests in React Native integration…

    … tests (facebook#47559)
    
    Summary:
    Pull Request resolved: facebook#47559
    
    Changelog: [internal]
    
    Adds support for focused and skipped tests and describe blocks:
    * `fdescribe` / `describe.only`
    * `xdescribe` / `describe.skip`
    * `fit` / `it.only` / `test.only`
    * `xit` / `it.skip` / `xtest` / `test.skip`
    
    Reviewed By: rshest
    
    Differential Revision: D65769325
    rubennorte authored and facebook-github-bot committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    2328d88 View commit details
    Browse the repository at this point in the history