You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use Jadler to mock the real GoodData backend and run integration tests.
Invoked by issuing command:
mvn verify
Acceptance test with real backend
These tests have to be run against GoodData API, so one has to first set endpoint and credentials of a regular user. It's being set by environment variables: host, login, password, projectToken, warehouseToken.
Invoked by issuing command:
host=... login=... password=... projectToken=... warehouseToken=... mvn verify -P at
One can also run only subset by specifying tests or groups to be run:
mvn -Dgroups=featureFlag,project,account verify -P at
or
mvn -Dit.test=FeatureFlagServiceAT,ProjectServiceAT,AccountServiceAT verify -P at