Graphene: API for Components encapsulation using Page Fragments

Testing Ajax with flavour of sexy type-safe API

License

License

Categories

Categories

JBoss Container Application Servers
GroupId

GroupId

org.jboss.arquillian.graphene
ArtifactId

ArtifactId

graphene-component-api
Last Version

Last Version

2.0.0.Alpha5
Release Date

Release Date

Type

Type

jar
Description

Description

Graphene: API for Components encapsulation using Page Fragments
Testing Ajax with flavour of sexy type-safe API
Project Organization

Project Organization

JBoss by Red Hat

Download graphene-component-api

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
org.jboss.arquillian.graphene : graphene-webdriver-spi jar 2.0.0.Alpha5
joda-time : joda-time jar 2.0
org.seleniumhq.selenium : selenium-api jar
junit : junit jar 4.10

test (1)

Group / Artifact Type Version
org.mockito : mockito-all jar 1.9.0

Project Modules

There are no modules declared in this project.

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

Versions

Version
2.0.0.Alpha5
2.0.0.Alpha4
2.0.0.Alpha3
2.0.0.Alpha2