Files
Max Schmitt 016e7920df test: upgrade to the new Playwright test-runner (#9667)
Hey!

I made the following changes:

- Replaced Jest by the new Playwright test-runner
- Disabled the Jest linting rules for the Playwright e2e tests
- Rewrote the tests to the new test-runner
- Adjusted `Link.test.ts` which should be less flaky
- The tests run now across all three browsers: Chromium, Firefox, and WebKit

See here for reference about the new test-runner: https://playwright.dev/docs/test-intro

I extracted a fix for Netlify in #9668.

Let me know if you have any questions.
2021-06-13 17:38:46 +02:00
..
2021-06-05 07:33:26 +02:00
2021-05-19 09:27:41 +02:00
2021-06-05 07:33:26 +02:00
2021-06-05 07:33:26 +02:00
2021-05-17 09:37:26 +02:00
2021-05-17 09:37:26 +02:00
2021-05-26 21:29:11 +02:00
2021-04-04 06:55:37 +02:00
2020-05-20 13:27:29 +02:00
2021-05-17 09:37:26 +02:00
2021-06-05 07:33:26 +02:00

Example for React Navigation

If you want to run the example from the repo,

  • Clone the repository and run yarn in the project root
  • Run yarn example start to start the packager
  • Follow the instructions to open it with the Expo app

You can also run the currently published app on Expo on your Android device or iOS simulator or the web app in your browser.