Scala.js JUnit Tools
Invoke Scala.js JUnit tests inside JavaScript VM, such as Node.js or Phantom.js
Install | Production Release | Development Release |
---|---|---|
Scala 2.11 | ||
Scala 2.12 |
Usage
- simple test case
- advanced plugin integration
License |
License
Apache-2.0
|
---|---|
Categories |
CategoriesJavaScript Languages Scala JUnit Unit Testing |
GroupId | GroupIdcom.carrotgarden.sjs |
ArtifactId | ArtifactIdscala-js-junit-tools |
Last Version | Last Version1.0.1.20180129202557 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionScala.js JUnit tools
Invoke Scala.js JUnit tests inside JavaScript VM, such as Node.js or Phantom.js
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.carrotgarden.sjs/scala-js-junit-tools/ -->
<dependency>
<groupId>com.carrotgarden.sjs</groupId>
<artifactId>scala-js-junit-tools</artifactId>
<version>1.0.1.20180129202557</version>
</dependency>
// https://jarcasting.com/artifacts/com.carrotgarden.sjs/scala-js-junit-tools/
implementation 'com.carrotgarden.sjs:scala-js-junit-tools:1.0.1.20180129202557'
// https://jarcasting.com/artifacts/com.carrotgarden.sjs/scala-js-junit-tools/
implementation ("com.carrotgarden.sjs:scala-js-junit-tools:1.0.1.20180129202557")
'com.carrotgarden.sjs:scala-js-junit-tools:jar:1.0.1.20180129202557'
<dependency org="com.carrotgarden.sjs" name="scala-js-junit-tools" rev="1.0.1.20180129202557">
<artifact name="scala-js-junit-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.carrotgarden.sjs', module='scala-js-junit-tools', version='1.0.1.20180129202557')
)
libraryDependencies += "com.carrotgarden.sjs" % "scala-js-junit-tools" % "1.0.1.20180129202557"
[com.carrotgarden.sjs/scala-js-junit-tools "1.0.1.20180129202557"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-js : scalajs-junit-test-runtime_2.12 | jar | 0.6.22 |
org.junit.vintage : junit-vintage-engine | jar | 4.12.3 |
junit : junit | jar | 4.12 |
org.junit.platform : junit-platform-runner | jar | 1.0.3 |
org.slf4j : slf4j-api | jar | 1.7.25 |
org.scala-lang : scala-library | jar | 2.12.4 |
com.typesafe : config | jar | 1.3.2 |
org.junit.jupiter : junit-jupiter-api | jar | 5.0.3 |
org.scala-lang : scala-reflect | jar | 2.12.4 |
org.scala-js : scalajs-sbt-test-adapter_2.12 | jar | 0.6.22 |
org.scala-js : scalajs-js-envs_2.12 | jar | 0.6.22 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.0.3 |
Group / Artifact | Type | Version |
---|---|---|
org.scala-js : scalajs-library_2.12 | jar | 0.6.22 |
Invoke Scala.js JUnit tests inside JavaScript VM, such as Node.js or Phantom.js
Install | Production Release | Development Release |
---|---|---|
Scala 2.11 | ||
Scala 2.12 |
Usage