Skip to content

Commit 69ad7a9

Browse files
tomfaltesekSvetoslavTsenov
authored andcommitted
Add Jasmine-specific note about params to readme. (#240)
Added a small note to the readme about using the automatically scaffolded `npm run e2e` script` with jasmine. This detail would have saved me some frustration.
1 parent c075af8 commit 69ad7a9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,11 @@ $ npm run e2e -- --device.name=/iPhone X/ --device.apiLevel=/12.1/
157157

158158
Generated tests are standard [Mocha](http://mochajs.org) tests.
159159

160+
NOTE: When using Jasmine instead of Mocha, additional npm params (like `runType`) must have an equal sign (=) instead of a space.
161+
```
162+
npm run e2e -- --runType=sim.iPhoneX
163+
```
164+
160165
## Blogs
161166

162167
2018, March 6th: [Start Testing Your NativeScript Apps Properly](https://www.nativescript.org/blog/start-testing-your-nativescript-apps-properly)

0 commit comments

Comments
 (0)