Skip to content

Commit

Permalink
fix(windows): cleanup windows dev regression
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy committed Oct 26, 2023
1 parent 9459f17 commit b85f5a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,12 @@ The project has a Detox powered end-to-end testing app located in `/tests`.
To run end-to-end tests for `Android`, please run:

- `yarn tests:android:build` - builds `Android` test application.
- Note: for Windows you will need `yarn tests:android:build:windows`
- `yarn tests:packager:jet-reset-cache` - runs JavaScript bundler.
- `yarn tests:emulator:start` - runs Firestore emulator for Firestore tests.
- Note: for Windows you will need `yarn tests:emulator:start:windows`
- `yarn tests:android:test` - runs tests using Detox library. Tests for each package can be found in the `e2e` directory (i.e. `[PACKAGE]/e2e/*.e2e.js`)
- Note: for Windows you will need `yarn tests:android:test:windows`

To run end-to-end tests for `iOS`, please run:

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"tests:android:build:windows": "cd tests && yarn detox build --configuration android.emu.debug.windows",
"tests:android:build-release": "cd tests && yarn detox build --configuration android.emu.release",
"tests:android:test": "yarn tests:android:emulator:forward && cd tests && yarn detox test --configuration android.emu.debug",
"tests:android:test:windows": "cd tests && yarn detox test --configuration android.emu.debug",
"tests:android:test:debug": "yarn tests:android:emulator:forward && cd tests && yarn detox test --configuration android.emu.debug --inspect",
"tests:android:test-reuse": "yarn tests:android:emulator:forward && cd tests && yarn detox test --configuration android.emu.debug --reuse",
"tests:android:test-cover": "yarn tests:android:emulator:forward && cd tests && ./node_modules/.bin/nyc yarn detox test --configuration android.emu.debug",
Expand Down

1 comment on commit b85f5a4

@vercel
Copy link

@vercel vercel bot commented on b85f5a4 Oct 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.