We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 443bf02 commit d417a20Copy full SHA for d417a20
README.md
@@ -1,6 +1,27 @@
1
# ScalaTest + Selenium
2
ScalaTest + Selenium provides integration support between ScalaTest and Selenium.
3
4
+**Usage**
5
+
6
+To use it for ScalaTest 3.1.0 and Selenium 2.45.x:
7
8
+SBT:
9
10
+```
11
+libraryDependencies += "org.scalatestplus" %% "selenium-2-45" % "3.1.0.0" % "test"
12
13
14
+Maven:
15
16
17
+<dependency>
18
+ <groupId>org.scalatestplus</groupId>
19
+ <artifactId>selenium-2-45</artifactId>
20
+ <version>3.1.0.0</version>
21
+ <scope>test</scope>
22
+</dependency>
23
24
25
**Publishing**
26
27
Please use the following commands to publish to Sonatype:
0 commit comments