Skip to content

Commit

Permalink
ARQ-1784 Removed Ajocado and Graphene 1 from documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kpiwko committed May 27, 2014
1 parent c0c4379 commit 623552c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 deletions README.adoc
Expand Up @@ -11,11 +11,10 @@ There are many reasons why you want to do that, the most important being:
* Simple usage of multiple browsers in a single test
* Configuration kept on a single place, outside of the Java code
* Fully compatible with the IDE
* Support for injection of Pages, PagesFragments, AJAX request guards and more via https://github.com/arquillian/arquillian-graphene[Arquillian Graphene]
* Integration with mobile based browsers testing (https://github.com/arquillian/arquillian-droidium[Arquillian Droidium])
* Integration of JavaScript test suite execution (https://github.com/arquillian/arquillian-extension-qunit[Arquillian QUnit])
* Compatible with WebDriver (Selenium 2), Selenium 1 and Selenium Grids

If you are still not convinced that Arquillian Drone matches your needs, you might have a look at https://github.com/arquillian/arquillian-graphene[Arquillian Graphene 2], which is a wrapper on top of WebDriver, goes one step further and provides you a convenient way how to write tests for rich AJAX UIs with an ease, injections for Page Objects and Page Fragments and much more.
* Compatible with WebDriver (Selenium 2) and Selenium Grids

== Getting Started

Expand Down Expand Up @@ -87,11 +86,11 @@ You need to put following configuration to the pom.xml file of your project:
</dependencyManagement>
<dependencies>
<!-- To use Arquillian Graphene (2) -->
<!-- To use Arquillian Graphene -->
<dependency>
<groupId>org.jboss.arquillian.graphene</groupId>
<artifactId>graphene-webdriver</artifactId>
<version>${version.org.jboss.arquillian.graphene2}</version>
<version>${version.org.jboss.arquillian.graphene}</version>
<type>pom</type>
<scope>test</scope>
</dependency>
Expand Down Expand Up @@ -122,7 +121,7 @@ Prerequisites:
In order to start Selenium Server, execute:

[source,bash]
java -jar selenium-server-standalone-2.40.0.jar -Dphantomjs.binary.path=/path/to/phantomjs.binary -Dwebdriver.ie.driver=/path/to/iedriverserver.binary
java -jar selenium-server-standalone-2.42.0.jar -Dphantomjs.binary.path=/path/to/phantomjs.binary -Dwebdriver.ie.driver=/path/to/iedriverserver.binary

Once Selenium Server is running, you can run the tests by:

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -18,7 +18,7 @@
<version>1.3.1.Final-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Arquillian Drone Extension Agreggator</name>
<description>Extension for functional testing based on web view layer (Ajocado, Selenium, WebDriver)</description>
<description>Extension for functional testing based on web view layer (Arquillian Graphene, WebDriver (Selenium 2))</description>

<developers>
<developer>
Expand Down

0 comments on commit 623552c

Please sign in to comment.