You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
[](https://search.maven.org/search?q=g:%22com.xceptance%22%20AND%20a:%22neodymium-library%22)[](https://gitter.im/neodymium-library/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
2
2
3
-
# Neodymium v4.1.0
3
+
# Neodymium v4.1.2
4
4
Neodymium tries to solve your typical and most pressing UI test automation problems by combining JUnit, WebDriver, BDD/Cucumber, and proper reporting. It gives you ready to use templates, assembles well-known open source projects, and enhances this all with additional functionality that is often missing.
5
5
6
6
Neodymium is basically the combination of state of the art open source test libraries with additional glue to make it stick reliably together.
@@ -47,7 +47,7 @@ If you are still impatient, here is the quickest way to get Neodymium added to y
47
47
<dependency>
48
48
<groupId>com.xceptance</groupId>
49
49
<artifactId>neodymium-library</artifactId>
50
-
<version>3.3.1</version>
50
+
<version>4.1.2</version>
51
51
</dependency>
52
52
```
53
53
Add the `@RunWith` annotation to your test class or its superclass. This enables test execution with Neodymium.
0 commit comments