- 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/Sequrity
and updatekeyId
inconfig.yaml
according to Key ID in dashboard. -
Generate API Token in the customer dashboard
System Configuration/API Tokens/Create
and updateauthToken
insrc/test/resources/config.yaml
-
Execute
$ ./gradlew test