A repository that contains reusable collection of virtual resource provider implementations.
Report issues via the Github Issues. Think you've found a bug? Please consider submitting a reproduction project via the a new Github Issue.
Testify uses a Maven-based build system. To build from source follow the bellow instructions:
- Git 1.9.1 or above
- JDK 8 (be sure to set
JAVA_HOME
) - Maven 3.1.1 or above
git clone git@github.com:testify-project/virtual-resources.git
or
git clone https://github.com/testify-project/virtual-resources.git
./mvnw install -Dmaven.test.skip
./mvnw clean install
- Gitter.
- Users Mailing List (testifyproject-users@googlegroups.com)
- Developers Mailing List (testifyproject-devs@googlegroups.com)
The Testify is released under Apache Software License, Version 2.0.
Enjoy and keep on Testifying!