vividus
vividus copied to clipboard
VIVIDUS is all in one test automation tool
This repository contains source code of VIVIDUS tool. If you are looking for the user guide, please, check out Vividus Starter and the official documentation.
How to build the project? (Only for VIVIDUS developers)
The baseline is JDK 11. The latest JDK 16 is supported as well.
- Clone main Vividus project
git clone --recursive https://github.com/vividus-framework/vividus.git
- Build the project:
./gradlew build
Acknowledgements
SauceLabs has provided us with the tools and infrastructure necessary to build a high quality tool by testing our components on a range of browsers and platforms. Thank you.
BrowserStack has provided us with the tools and infrastructure necessary to build a high quality tool by testing our components on a range of browsers and platforms. Thank you.
LambdaTest has provided us with the tools and infrastructure necessary to build a high quality tool by testing our components on a range of browsers and platforms. Thank you.
JetBrains has provided us with the tools and IDEs necessary to build a high quality tool. Thank you.