Releases: 4impact/madcow
Releases · 4impact/madcow
v2.0.0-alpha.5
added new checkAttribute and checkAttributeContains operations
v2.0.0-alpha.4
Fixing the WaitFor operation
v2.0.0-alpha.3
Third alpha release of Madcow 2
- Added versioning to the reporting output
v2.0.0-alpha.2
Second alpha release of Madcow 2
- Speed improvements and parsing fixes when creating test runners
- Return system codes with number of failed tests, e.g. no failures =
System.exit(0)
, two failures =System.exit(2)
v2.0.0-alpha.1
Alpha release of Madcow 2
- Java 8 Required
- Includes Selenium WebDriver v2.52