Graphene WebDriver: Drone Extension

Testing Ajax with all the Goodness

Лицензия

Лицензия

Категории

Категории

JBoss Контейнер Application Servers
Группа

Группа

org.jboss.arquillian.graphene
Идентификатор

Идентификатор

graphene-webdriver-drone
Последняя версия

Последняя версия

2.0.0.Alpha3
Дата

Дата

Тип

Тип

jar
Описание

Описание

Graphene WebDriver: Drone Extension
Testing Ajax with all the Goodness
Организация-разработчик

Организация-разработчик

JBoss by Red Hat

Скачать graphene-webdriver-drone

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.jboss.arquillian.graphene/graphene-webdriver-drone/ -->
<dependency>
    <groupId>org.jboss.arquillian.graphene</groupId>
    <artifactId>graphene-webdriver-drone</artifactId>
    <version>2.0.0.Alpha3</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.arquillian.graphene/graphene-webdriver-drone/
implementation 'org.jboss.arquillian.graphene:graphene-webdriver-drone:2.0.0.Alpha3'
// https://jarcasting.com/artifacts/org.jboss.arquillian.graphene/graphene-webdriver-drone/
implementation ("org.jboss.arquillian.graphene:graphene-webdriver-drone:2.0.0.Alpha3")
'org.jboss.arquillian.graphene:graphene-webdriver-drone:jar:2.0.0.Alpha3'
<dependency org="org.jboss.arquillian.graphene" name="graphene-webdriver-drone" rev="2.0.0.Alpha3">
  <artifact name="graphene-webdriver-drone" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.arquillian.graphene', module='graphene-webdriver-drone', version='2.0.0.Alpha3')
)
libraryDependencies += "org.jboss.arquillian.graphene" % "graphene-webdriver-drone" % "2.0.0.Alpha3"
[org.jboss.arquillian.graphene/graphene-webdriver-drone "2.0.0.Alpha3"]

Зависимости

compile (10)

Идентификатор библиотеки Тип Версия
org.jboss.arquillian.graphene : graphene-webdriver-impl jar 2.0.0.Alpha3
org.jboss.arquillian.extension : arquillian-drone-api jar
org.jboss.arquillian.extension : arquillian-drone-spi jar
org.jboss.arquillian.extension : arquillian-drone-configuration jar
org.jboss.arquillian.extension : arquillian-drone-webdriver jar
org.jboss.arquillian.core : arquillian-core-spi jar
org.jboss.arquillian.test : arquillian-test-spi jar
org.jboss.arquillian.config : arquillian-config-api jar
org.jboss.arquillian.core : arquillian-core-impl-base jar 1.0.3.Final
org.jboss.arquillian.graphene : graphene-webdriver-impl jar 2.0.0.Alpha3

provided (2)

Идентификатор библиотеки Тип Версия
com.opera : operadriver jar
org.seleniumhq.selenium : selenium-java jar

test (5)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.10
org.mockito : mockito-all jar 1.9.0
org.jboss.arquillian.junit : arquillian-junit-standalone jar
org.jboss.arquillian.extension : arquillian-drone-impl jar
org.jboss.arquillian.test : arquillian-test-impl-base jar 1.0.3.Final

Модули Проекта

Данный проект не имеет модулей.

Arquillian Graphene 2

Build Status

To read complete documentation visit http://arquillian.org/arquillian-graphene/

‘Robust Functional Tests leveraging WebDriver with flavour of neat AJAX-ready API’

1. Project Info

Type:

Maven

Source Code:

https://github.com/arquillian/arquillian-graphene

Issue tracking:

https://issues.jboss.org/browse/ARQGRA

Forums:

http://community.jboss.org/en/arquillian?view=discussions

License:

LGPL v2.1 or ASL v2.0 (dual-licensed)

1.1. Getting Started Guide

Apart from the documentation available here, there is also a comprehensive guide Functional Testing using Drone and Graphene to help you leverage the benefits of Graphene for writing robust functional tests.

2. Contributing

Community contributions are essential for maintaining the vitality of the Arquillian project.

Contributing to the project helps to deliver functionality you need and allows you to share your code with other contributors and users.

We want to keep it as easy as possible to contribute your changes and we will work hard to deliver your contributions in an upcoming release.

Please refer to How to Contribute to find related instructions.

3. Building the Project

3.1. Prerequisites

  • JDK 1.6+

  • Maven 3.0.3+

3.2. How-to build Project

mvn clean install

3.3. Running Integration Tests

mvn clean install

cd ftest/
mvn clean verify -Dbrowser=firefox
mvn clean verify -Dbrowser=chrome
mvn clean verify -Dbrowser=phantomjs
org.jboss.arquillian.graphene

An Innovative Testing Platform for the JVM

Версии библиотеки

Версия
2.0.0.Alpha3
2.0.0.Alpha2
2.0.0.Alpha1