This is a demo version of framework I used for data flow testing during development of POC project for LCH.
- API tests - Using RestAssured and TestNg frameworks
- AWS S3 file loader tests - Using S3 connector with access tokens
- Snowflake DB tests - using Snowflake JDBC connector
- Tableau tests - using Selenium + Tableau JS API
- Open repo in your favourite IDE (I use Intellij because of built-in Maven) and set Project SDK to "java version 1.15.0_*"
- Right click on pom.xml and set MAVEN project, you might need to re-import maven dependencies
Run maven build