diff --git a/.env.example b/.env.example index a4f3101a82..2503d6269e 100644 --- a/.env.example +++ b/.env.example @@ -45,3 +45,5 @@ NEXT_PUBLIC_BLOCKAID_CLIENT_ID NEXT_PUBLIC_SOCIAL_WALLET_OPTIONS_STAGING= NEXT_PUBLIC_SOCIAL_WALLET_OPTIONS_PRODUCTION= +# Cypress wallet private keys +CYPRESS_WALLET_CREDENTIALS= \ No newline at end of file diff --git a/README.md b/README.md index f890fa7578..97e85fa559 100644 --- a/README.md +++ b/README.md @@ -114,6 +114,7 @@ yarn cypress:open ``` You can then choose which e2e tests to run. +Some tests will require signer private keys, please include them in your .env file ## Component template