From c81134a4e698e5e8e9cac04792295249129173f3 Mon Sep 17 00:00:00 2001 From: Hi-Fi Date: Tue, 19 Sep 2017 21:45:01 +0300 Subject: [PATCH 1/2] Changed to mention correct browser in integration tests --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 58d506d..738626b 100644 --- a/README.md +++ b/README.md @@ -48,8 +48,7 @@ Differences Demo ---- -This is a maven project. If you have firefox installed, -you can execute the unit tests with: +This is a maven project. You can execute the integration tests (using [jBrowser](https://github.com/machinepublishers/jbrowserdriver) with: mvn integration-test @@ -59,5 +58,5 @@ Getting Help The [user group for Robot Framework](https://groups.google.com/forum/#!forum/robotframework-users) is the best place to get help. Consider including in the post: * Full description of what you are trying to do and expected outcome -* Version number of SeleniumLibrary, Robot Framework, and Selenium +* Version number of SeleniumLibrary, Robot Framework * StackTraces or other debug output containing error information \ No newline at end of file From 4611f104e814c436e0bf301c71135037a453b145 Mon Sep 17 00:00:00 2001 From: Hi-Fi Date: Tue, 19 Sep 2017 21:46:31 +0300 Subject: [PATCH 2/2] MIssing parenthesis added --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 738626b..d07d29a 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Differences Demo ---- -This is a maven project. You can execute the integration tests (using [jBrowser](https://github.com/machinepublishers/jbrowserdriver) with: +This is a maven project. You can execute the integration tests (using [jBrowser](https://github.com/machinepublishers/jbrowserdriver)) with: mvn integration-test