-
-
Notifications
You must be signed in to change notification settings - Fork 46
Add demo-vue tests #163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Add demo-vue tests #163
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
17c9f9c
Add demo-vue tests
cfe1301
Add vue-tests to CI config for travis
8d5d7de
Fix: add missing scripts for build
f4d6f8a
Fix: remove iosOnly build script
ca58620
Add plugin from package in angular demo when build webpack
911567a
Fix: capabilities for iOS and Android in sauceLab
c6cbdac
fix: vanilla-demo tests
6f8480d
fix: demo capabilities - add offset
ab6ad4f
fix: add locations allow step
8b29fb9
Fix: revert android tests to android api 23.
857642d
revert demo-vue tests for android 23
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,144 @@ | ||
{ | ||
"android19": { | ||
"platformName": "Android", | ||
"platformVersion": "4.4", | ||
"deviceName": "Emulator-Api19-Default", | ||
"avd": "Emulator-Api19-Default", | ||
"lt": 60000, | ||
"appActivity": "com.tns.NativeScriptActivity", | ||
"newCommandTimeout": 720, | ||
"noReset": true, | ||
"fullReset": false, | ||
"app": "" | ||
}, | ||
"android21": { | ||
"platformName": "Android", | ||
"platformVersion": "5.0", | ||
"deviceName": "Emulator-Api21-Default", | ||
"avd": "Emulator-Api21-Default", | ||
"lt": 60000, | ||
"appActivity": "com.tns.NativeScriptActivity", | ||
"newCommandTimeout": 720, | ||
"noReset": true, | ||
"fullReset": false, | ||
"app": "" | ||
}, | ||
"android23.local": { | ||
"platformName": "Android", | ||
"platformVersion": "6.0", | ||
"deviceName": "Emulator_Api23_Default", | ||
"avd": "Emulator_Api23_Default", | ||
"noReset": true | ||
}, | ||
"android23": { | ||
"platformName": "Android", | ||
"platformVersion": "6.0", | ||
"deviceName": "Android Emulator", | ||
"appium-version": "1.7.1", | ||
"noReset": true | ||
}, | ||
"android24": { | ||
"platformName": "Android", | ||
"platformVersion": "7.0", | ||
"deviceName": "Android GoogleAPI Emulator", | ||
"lt": 60000, | ||
"appActivity": "com.tns.NativeScriptActivity", | ||
"newCommandTimeout": 720, | ||
"noReset": true, | ||
"fullReset": false, | ||
"app": "" | ||
}, | ||
"android24.sauce": { | ||
"platformName": "Android", | ||
"platformVersion": "7.0", | ||
"deviceName": "Android GoogleAPI Emulator", | ||
"lt": 60000, | ||
"newCommandTimeout": 720, | ||
"appiumVersion": "1.9.1", | ||
"noReset": true, | ||
"fullReset": false, | ||
"app": "" | ||
}, | ||
"android25": { | ||
"platformName": "Android", | ||
"platformVersion": "7.1", | ||
"deviceName": "Emulator-Api25-Google", | ||
"avd": "Emulator-Api25-Google", | ||
"lt": 60000, | ||
"appActivity": "com.tns.NativeScriptActivity", | ||
"newCommandTimeout": 720, | ||
"noReset": true, | ||
"fullReset": false, | ||
"app": "" | ||
}, | ||
"android26": { | ||
"platformName": "Android", | ||
"platformVersion": "8.0", | ||
"deviceName": "Emulator-Api26-Google", | ||
"avd": "Emulator-Api26-Google", | ||
"noReset": true, | ||
"fullReset": false, | ||
"app": "" | ||
}, | ||
"sim.iPhone7.iOS100": { | ||
"platformName": "iOS", | ||
"platformVersion": "10.0", | ||
"deviceName": "iPhone 7 100", | ||
"noReset": true, | ||
"fullReset": false, | ||
"app": "" | ||
}, | ||
"sim103iPhone6": { | ||
"browserName": "", | ||
"appiumVersion": "1.7.1", | ||
"platformName": "iOS", | ||
"platformVersion": "10.3", | ||
"deviceName": "iPhone 6", | ||
"app": "" | ||
}, | ||
"sim.iPhone8.iOS110": { | ||
"platformName": "iOS", | ||
"platformVersion": "11.0", | ||
"deviceName": "iPhone 8 110", | ||
"noReset": true, | ||
"fullReset": false, | ||
"app": "" | ||
}, | ||
"sim.iPhoneX.iOS110": { | ||
"platformName": "iOS", | ||
"platformVersion": "11.0", | ||
"deviceName": "iPhone X", | ||
"noReset": true, | ||
"fullReset": false, | ||
"app": "" | ||
}, | ||
"sim.iPhoneX.iOS12": { | ||
"platformName": "iOS", | ||
"platformVersion": "12.0", | ||
"deviceName": "iPhone X", | ||
"noReset": true, | ||
"fullReset": false, | ||
"app": "", | ||
"density":3, | ||
"offsetPixels":87 | ||
}, | ||
"sim.iPhoneX.iOS12.1": { | ||
"platformName": "iOS", | ||
"platformVersion": "12.1", | ||
"deviceName": "iPhone X", | ||
"noReset": true, | ||
"fullReset": false, | ||
"app": "", | ||
"density":3, | ||
"offsetPixels":87 | ||
}, | ||
"sim.iPhone8.iOS11.2": { | ||
"platformName": "iOS", | ||
"platformVersion": "11.2", | ||
"deviceName": "iPhone 8", | ||
"noReset": true, | ||
"fullReset": false, | ||
"appiumVersion": "1.7.1", | ||
"app": "" | ||
} | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--timeout 800000 | ||
--recursive e2e | ||
--reporter mocha-multi | ||
--reporter-options spec=-,mocha-junit-reporter=test-results.xml |
Binary file added
BIN
+214 KB
demo-vue/e2e/reports/app/Emulator Api24 Google/should take a picture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+666 KB
demo-vue/e2e/reports/demovue/Android_GoogleAPI_Emulator/should take a picture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
import { startServer, stopServer } from "nativescript-dev-appium"; | ||
|
||
before("start server", async () => { | ||
await startServer(); | ||
}); | ||
|
||
after("stop server", async () => { | ||
await stopServer(); | ||
}); |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.