-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
base: main
Are you sure you want to change the base?
Conversation
This pull request was exported from Phabricator. Differential Revision: D65769325 |
… 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
eacb681
to
a97d3cf
Compare
This pull request was exported from Phabricator. Differential Revision: D65769325 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D65769325 |
… 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
a97d3cf
to
b4e2f2d
Compare
This pull request was exported from Phabricator. Differential Revision: D65769325 |
… 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
b4e2f2d
to
b20f3cc
Compare
This pull request was exported from Phabricator. Differential Revision: D65769325 |
… 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
b20f3cc
to
a31e159
Compare
This pull request was exported from Phabricator. Differential Revision: D65769325 |
… 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
a31e159
to
1397099
Compare
Differential Revision: D65661699
… 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
1397099
to
88174ca
Compare
This pull request was exported from Phabricator. Differential Revision: D65769325 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D65769325 |
… 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
88174ca
to
8d70590
Compare
… 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
8d70590
to
35e209a
Compare
This pull request was exported from Phabricator. Differential Revision: D65769325 |
Differential Revision: D65661701
… 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
This pull request was exported from Phabricator. Differential Revision: D65769325 |
35e209a
to
b94c432
Compare
Summary:
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
Differential Revision: D65769325