- JDK 1.8
- Lombok plugin
client_id
: Set your Client IDclient_secret
: Set your Client secretrefresh_token
: Set your refresh tokenaccess_token
: Set access token
The config file is located in folder src/test/resources
. If any value in this config file is empty, the framework will
automatically look in Environment variables with same key. If there is no environment variables declared for the key, an
Error will be thrown.