Skip to content

Commit 06729bf

Browse files
authored
Merge pull request #1 from autaut03/master
merge starting the work on N7
2 parents 27f916a + adaf009 commit 06729bf

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+5305
-5083
lines changed

demo-angular/e2e/config/appium.capabilities.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,4 @@
119119
"fullReset": false,
120120
"app": ""
121121
}
122-
}
122+
}

demo-angular/e2e/on-raddrawer-navigate-crash.e2e-spec.ts

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11

2-
import { AppiumDriver, createDriver, SearchOptions, nsCapabilities } from "nativescript-dev-appium";
3-
import { assert } from "chai";
4-
const addContext = require('mochawesome/addContext');
2+
import { AppiumDriver, createDriver, nsCapabilities } from "nativescript-dev-appium";
53

64
/**
75
* Iterate navigation between the home and test crash pages
@@ -14,7 +12,7 @@ async function HomeToTestCrashNavigation( driver : any, group : number, iteratio
1412
for ( let i = 0; i < iterations; i++ ) {
1513

1614
timestamp = Date.now();
17-
15+
1816
let btn = await driver.findElementByClassName('android.widget.ImageButton');
1917
await btn.click();
2018

@@ -53,7 +51,7 @@ describe( "Rad Drawer View Navigation Crash", async () => {
5351
let driver: AppiumDriver;
5452

5553
before(async function(){
56-
nsCapabilities.testReporter.context = this;
54+
nsCapabilities.testReporter.context = this;
5755
driver = await createDriver();
5856
});
5957

demo-angular/e2e/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
],
1717
"baseUrl": "."
1818
}
19-
}
19+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
import { NativeScriptConfig } from '@nativescript/core'
2+
3+
export default {
4+
id: 'com.flyingbricksoftware.MapboxAngularDemo',
5+
appResourcesPath: 'App_Resources',
6+
android: {
7+
v8Flags: '--expose_gc',
8+
markingMode: 'none',
9+
},
10+
appPath: 'src',
11+
} as NativeScriptConfig

demo-angular/nsconfig.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)