diff --git a/.gitignore b/.gitignore index d8fba7a..0c213c3 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,6 @@ node_modules/ #Exclude tsc generated files dist/ -yarn.lock \ No newline at end of file +yarn.lock + +example/test-report.xml \ No newline at end of file diff --git a/example/package.json b/example/package.json index aa34c1d..2955607 100644 --- a/example/package.json +++ b/example/package.json @@ -18,7 +18,7 @@ "@types/selenium-webdriver": "^4.0.1", "babel-jest": "^24.8.0", "jest": "^24.8.0", - "selenium-appium": "^0.0.11", + "selenium-appium": "^0.0.12", "selenium-webdriver": "^4.0.0-alpha.4", "typescript": "^3.5.3", "appium": "1.14.2" diff --git a/package.json b/package.json index 7b7d2b3..641af43 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "selenium-appium", - "version": "0.0.11", + "version": "0.0.12", "description": "A selenium-webdriver extension to support native app testing by Mobile JSON Wire Protocol which appium supports, also provides easy wait for element for pages or navigation among pages, and supports PageObject pattern", "main": "dist/index.js", "types": "dist/index.d.ts",