- Generate EC P-256 private and public keys in pem format
$ openssl ecparam -name P-256 -genkey -noout -out private-key.pem
$ openssl ec -in private-key.pem -pubout -out public-key.pem
and copy to src/test/resources
-
Upload generated public key in the customer dashboard
System Configuration/API Tokens/Sequrityand updatekeyIdinconfig.yamlaccording to Key ID in dashboard. -
Generate API Token in the customer dashboard
System Configuration/API Tokens/Createand updateauthTokeninsrc/test/resources/config.yaml -
Execute
$ ./gradlew test