Graphene: Dependency Chain for Graphene

Starting point for integration Graphene test suites

Лицензия

Лицензия

Категории

Категории

JBoss Контейнер Application Servers Arquillian Тестирование приложения и мониторинг
Группа

Группа

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

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

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

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

2.1.0.Alpha3
Дата

Дата

Тип

Тип

pom
Описание

Описание

Graphene: Dependency Chain for Graphene
Starting point for integration Graphene test suites
Организация-разработчик

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

JBoss by Red Hat

Скачать arquillian-graphene

Имя Файла Размер
arquillian-graphene-2.1.0.Alpha3.pom 1 KB
Обзор

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

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.jboss.arquillian.graphene : graphene-webdriver pom 2.1.0.Alpha3

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

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

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.1.0.Alpha3
2.1.0.Alpha2
2.1.0.Alpha1
2.0.3.Final
2.0.2.Final
2.0.1.Final
2.0.0.Final
2.0.0.CR2
2.0.0.CR1
2.0.0.Beta2
2.0.0.Beta1
2.0.0.Alpha5
2.0.0.Alpha4
2.0.0.Alpha3
2.0.0.Alpha2
2.0.0.Alpha1
1.0.0.Final
1.0.0.CR3