Skip to content

Commit e4dde43

Browse files
committed
Updating readme. Removing .classpath from gitignore
1 parent 70a6a4f commit e4dde43

File tree

3 files changed

+4
-39
lines changed

3 files changed

+4
-39
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ local.log
55
*.iml
66
**/.DS_Store
77
**/.settings
8+
java-browserstack/.classpath

java-browserstack/.classpath

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

java-browserstack/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This repository demonstrates how to run Appium Java tests on BrowserStack App Au
1818

1919
### Install the dependencies
2020

21-
1. Import the `java-browserstack` Maven project as an existing Maven project in your IDE
21+
1. Import the `java-browserstack` Maven project as an "Existing Maven project" in your IDE
2222

2323
2. Clean and build the project
2424

@@ -54,6 +54,8 @@ Open `BrowserStackAndroid.java` file for Android test or `BrowserStackiOS.java`
5454

5555
- Run `BrowserStackAndroid.java` for android test or `BrowserStackiOS.java` for iOS test
5656

57+
- - You can access the test execution results, and debugging information such as video recording, network logs on [App Automate dashboard](https://app-automate.browserstack.com/dashboard)
58+
5759
For more details, refer to our documentation - [Get Started with your first test on App Automate](https://www.browserstack.com/docs/app-automate/appium/getting-started/java)
5860

5961
### **Use Local testing for apps that access resources hosted in development or testing environments :**

0 commit comments

Comments
 (0)