This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# this small scripts sets all the required environment variables for Synpress | |
# For Optimismtic Kovan | |
# | |
# It reads the private key from a file called SYNPRESS_PRIVATEKEY | |
# If you're a developer don't forget to put the file SYNPRESS_PRIVATEKEY in your .gitignore ! | |
# | |
# Kwenta uses Synpress (a wrapper around Cypress) to run full end-to-end tests | |
# On Linux environment this scripts must be called using ". ./synpress-env.sh" |