Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

NotificationsYou must be signed in to change notification settings

nativescript-vue/nativescript-vue-ui-tests

Repository files navigation

This project uses Appium to test Vue UI components, and also serves as a source for thecomponent screenshots atnativescript-vue.org.

System requirements

  • Node 7.6 or higher (for async function support).
  • TheAppium client. Just download and install the latestfrom GitHub or execute the following command:
npm install -g appium

iOS requirements

  • Carthage:
brew install carthage

Running the tests locally

Start Appium, which is

  • Using the desktop app, press 'Start the server'
  • Using the NPM package, executeappium on a terminal

Otherwise you'll receive an error127.0.0.1:4723 can't be reached.

Android

Edit theappium.capabilities.json config file, in theandroid23 section, with your device/emulators parameters, probably only theavd ordeviceName parameters would be enough.

Start the tests:

npm run android.buildadb install ./platforms/android/app/build/outputs/apk/debug/app-debug.apknpm run android.screenshots

iOS

Edit theappium.capabilities.json config file, in theios-simulator103iPhone6 section, with your device/emulators parameters.

Build the iOS app

npm run ios.build

StartXCode and open theplatforms/ios/nativescriptvueuitests.xcodeproj file.

Run the app on the emulator. This is needed in order to have the app installed.

Run the tests:

npm run ios.screenshots

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

  •  

Packages

No packages published

Contributors4

  •  
  •  
  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp