Make sure Java is installed (see SETUP.md for installation instructions).
./gradlew test./gradlew test --tests CustomersTest
./gradlew test --tests AuthenticationTest
./gradlew test --tests TransactionsTest./gradlew test --info./gradlew test --info --console=plainAfter running tests, view the HTML report:
open build/reports/tests/test/index.htmlOr navigate to: build/reports/tests/test/index.html in your browser.
./gradlew build./gradlew clean build./gradlew compileJava./gradlew taskschmod +x gradlewCheck your JAVA_HOME:
echo $JAVA_HOME
java -version- Make sure you're using the correct API key in test files
- Check if you need to update the test API endpoint (sandbox vs production)
- Some tests may require network access to the Fluidpay API