Arquillian Extension QUnit

Arquillian Extension QUnit Extension

Driving QUnit tests with Selenium/Drone

Type

Extension

Source repository

VCS
git
Host
github.com
Organization
arquillian
Web URL
arquillian-extension-qunit
Clone URL
arquillian-extension-qunit.git

6 commits since the last release.

Last commit to the master branch:

Adds .editorconfig
Authored by Bartosz Majsak, committed on 2017-03-30

Build dependency artifacts

Add the appropriate stanza to the <dependencies> element in your pom.xml:

Arquillian Extension QUnit

<dependency>
  <groupId>org.jboss.arquillian.extension</groupId>
  <artifactId>arquillian-qunit</artifactId>
  <version>1.0.0.Alpha4</version>
  <scope>test</scope>
</dependency>
Warning: You'll also need to add the Arquillian core platform and possibly additional dependencies. Please refer to the guides for more details.

Latest published artifacts

  • org.jboss.arquillian.extension:arquillian-qunit-api:jar:1.0.0.Alpha4 jar javadoc pom
  • org.jboss.arquillian.extension:arquillian-qunit:jar:1.0.0.Alpha4 jar javadoc pom
Note: Most released artifacts are published to the Maven Central repository. Those that cannot are published to the JBoss Community repository.
# Version Release date Released by Compiled against
4 1.0.0.Alpha4 view blog   view tag 2014-11-27 Karel Piwko
3 1.0.0.Alpha3 view blog   view tag 2014-08-15 Karel Piwko
2 1.0.0.Alpha2 view blog   view tag 2013-10-02 Karel Piwko
1 1.0.0.Alpha1 view blog   view tag 2013-08-27 Karel Piwko
Karel Piwko Karel Piwko
Lukas Fryc Lukas Fryc
Tolis Emmanouilidis Tolis Emmanouilidis
Petr Stribny Petr Stribny
Bartosz Majsak Bartosz Majsak