junit-js

Benji Weber's JUnit Runner for Javascript Tests using GraalVM, Nashorn or Rhino

License

License

MIT
Categories

Categories

JavaScript Languages JUnit Unit Testing
GroupId

GroupId

org.bitbucket.thinbus
ArtifactId

ArtifactId

junit-js
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

junit-js
Benji Weber's JUnit Runner for Javascript Tests using GraalVM, Nashorn or Rhino
Project URL

Project URL

https://bitbucket.org/thinbus/junit-js
Source Code Management

Source Code Management

https://bitbucket.org/thinbus/junit-js

Download junit-js

How to add to project

<!-- https://jarcasting.com/artifacts/org.bitbucket.thinbus/junit-js/ -->
<dependency>
    <groupId>org.bitbucket.thinbus</groupId>
    <artifactId>junit-js</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.thinbus/junit-js/
implementation 'org.bitbucket.thinbus:junit-js:1.1.0'
// https://jarcasting.com/artifacts/org.bitbucket.thinbus/junit-js/
implementation ("org.bitbucket.thinbus:junit-js:1.1.0")
'org.bitbucket.thinbus:junit-js:jar:1.1.0'
<dependency org="org.bitbucket.thinbus" name="junit-js" rev="1.1.0">
  <artifact name="junit-js" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.thinbus', module='junit-js', version='1.1.0')
)
libraryDependencies += "org.bitbucket.thinbus" % "junit-js" % "1.1.0"
[org.bitbucket.thinbus/junit-js "1.1.0"]

Dependencies

compile (2)

Group / Artifact Type Version
junit : junit jar 4.11
commons-io : commons-io jar 2.4

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.0
1.0.0