File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -478,6 +478,27 @@ This plugin uses amazing cloud services to maintain quality. CI Builds and E2E t
478478* [ Sauce Labs] ( https://saucelabs.com/ )
479479* [ httpbin.org] ( https://httpbin.org/ )
480480
481+ ### Local Testing
482+
483+ First, install current package with ` npm install ` to fetch dev dependencies.
484+
485+ Then, to execute Javascript tests:
486+ ``` shell
487+ npm run testjs
488+ ```
489+
490+ And, to execute E2E tests:
491+ - setup local Android sdk and emulators, or Xcode and simulators for iOS
492+ - launch emulator or simulator
493+ - install [ Appium] ( http://appium.io/ ) (see [ Getting Started] ( https://github.com/appium/appium/blob/HEAD/docs/en/about-appium/getting-started.md ) )
494+ - start ` appium `
495+ - run
496+ - updating client and server certificates, building test app, and running e2e tests
497+ ``` shell
498+ npm run testandroid
499+ npm run testios
500+ ```
501+
481502## Contribute & Develop
482503
483504We've set up a separate document for our [ contribution guidelines] ( CONTRIBUTING.md ) .
You can’t perform that action at this time.
0 commit comments