vividus icon indicating copy to clipboard operation
vividus copied to clipboard

VIVIDUS is all in one test automation tool

GitHub release Vividus CI codecov Quality Gate Status Stackoverflow BrowserStack Status Contributor Covenant

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.

  1. Clone main Vividus project
    git clone --recursive https://github.com/vividus-framework/vividus.git
    
  2. Build the project:
    ./gradlew build
    

Acknowledgements

SauceLabs

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

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

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.

IntelliJ IDEA

JetBrains has provided us with the tools and IDEs necessary to build a high quality tool. Thank you.