SvetoslavTsenov / nativescript-vue-ui-tests

A nativescript-vue application showcasing all elements, used to generate screenshots for the docs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A nativescript-vue application showcasing all elements, used to generate screenshots for the docs.


Languages

Language:JavaScript 94.6%Language:Shell 3.1%Language:CSS 2.3%