You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DockerTests.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,9 @@ See <https://docs.docker.com/engine/installation/> for more information on how t
12
12
13
13
We have added a number of default run scripts to the `package.json` file to simplify building and running your tests.
14
14
15
-
`npm run test-android-setup` - Pulls down the base android docker image used for running the tests
15
+
`npm run docker-setup-android` - Pulls down the base android docker image used for running the tests
16
16
17
-
`npm run test-android-build` - Builds the docker image used to run the tests
17
+
`npm run docker-build-android` - Builds the docker image used to run the tests
18
18
19
19
`npm run test-android-run-unit` - Runs all the unit tests that have been built in the latest react/android docker image (note: you need to run test-android-build before executing this, if the image does not exist it will fail)
0 commit comments