Registry / testing / play-specs2-2-13

play-specs2-2-13

JSON →
library2.9.11javamavenunverified

Specs2 test support for the Play Framework on Scala 2.13, providing matchers and helpers for Play applications.

<dependency> <groupId>com.typesafe.play</groupId> <artifactId>play-specs2_2.13</artifactId> <version>2.9.11</version> </dependency>
INSTALL
IMPORT
SIG · PLAY-SPECS2-2-13
P
play-specs2-2-13
testingjavav2.9.11
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Specs2
play.api.test.Specs2

Write a Play test using Specs2 with WithApplication.

import play.api.test._ import org.specs2.mutable.Specification class MySpec extends Specification { "Play app" should { "work" in new WithApplication { // test code } } }
Debug
Known issues
breakingPlay 2.9.x requires Scala 2.13; ensure your project uses the correct Scala version.
fix
Use play-specs2_2.13 for Scala 2.13 projects.
affects: 2.9.x
Upgrade
Version history
2.9.11latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources