Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 696 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 696 Bytes

NativeScript-Vue UI tests

This project uses Appium to test Vue UI components, and also serves as a source for the component screenshots at nativescript-vue.org.

System requirements

  • Node 7.6 or higher (for async function support).
  • The Appium client. Just download and install the latest from GitHub.

Running the tests locally

Start Appium and press 'Start the server', or you'll receive an error 127.0.0.1:4723 can't be reached.

Android

npm run android.build
npm run android.screenshots

iOS

npm run ios.build
npm run ios.screenshots