Skip to content

Commit

Permalink
docs: Fix E2E test documentation formatting (WordPress#55631)
Browse files Browse the repository at this point in the history
This was intended to be a list. Reading them in a single line is
difficult.
  • Loading branch information
dcalhoun authored Oct 25, 2023
1 parent ae769e9 commit 8aaac1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/react-native-editor/__device-tests__/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ The `native test:e2e:(android|ios):local` script performs several steps via asso

While we must run all of these at least once to produce a testable app, it is often not necessary to run them each multiple times over while modifying or writing tests. To speed up multiple test runs, you can invoke the individual scripts as needed.

If you only modified the native app code, you can run `test:e2e:build-app:(ios|android)` followed by `device-tests:local`.
If you only modified JavaScript app code, you can run `test:e2e:bundle:(ios|android)` followed by `device-tests:local`.
If you only modified E2E tests code, you can run `device-tests:local`.
- If you only modified the native app code, you can run `test:e2e:build-app:(ios|android)` followed by `device-tests:local`.
- If you only modified JavaScript app code, you can run `test:e2e:bundle:(ios|android)` followed by `device-tests:local`.
- If you only modified E2E tests code, you can run `device-tests:local`.

By default `device-tests:local` runs tests for Android. To run tests on iOS, you can prefix the script with the `TEST_RN_PLATFORM` environment variable.

Expand Down

0 comments on commit 8aaac1a

Please sign in to comment.