Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 2.34 KB

README.md

File metadata and controls

40 lines (27 loc) · 2.34 KB

Build Status codecov Quality Gate Status BrowserStack Status

Prerequisites

Java

  • Install JDK 12
  • Configure JAVA_HOME environment variable
  • Update PATH environment variable: add $JAVA_HOME/bin

Eclipse

How to build the project?

  1. Clone main Vividus project

    git clone --recursive https://github.com/vividus-framework/vividus.git
  2. Build the project (run commands from the project root):

    ./gradlew build eclipse
  3. Import project to Eclipse

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.