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
* Make sure your commit messages are in the proper format.
13
+
* Make sure your commit messages are in the proper format. We are strongly recommend to use [semantic commit messages](https://seesparkbox.com/foundry/semantic_commit_messages)
14
14
* Add tests for your changes and make them pass. How to run tests you can find in [Testing section](#Testing)
15
15
* Push your changes to a topic branch in your fork of the repository.
16
16
* Submit a pull request to the **nativescript-facebook** repository.
17
17
18
-
## <aname='Testing'> Testing </a>
18
+
## Testing
19
19
20
20
There are three main points in order to get nativescript-facebook e2e UI tests running locally on iOS 10 Simulator and Android api 23 Emulator. Before that if you want to take a look at the tests and make some changes find them located in `demo/e2e-tests` folder.
21
21
22
-
Note, that all commands below assume you have installed npm packages in /src and /demo folders (`$ npm i`) and you are using OS X in order to use both iOS Simulator and Android emulator.
23
-
24
22
* Install Appium. Test execution depends on [nativescript-dev-appium](https://github.com/NativeScript/nativescript-dev-appium) plugin which is added as dev dependency in `demo` app folder and first command satisfies its requirement to have appium installed.
0 commit comments