Skip to content

Instantly share code, notes, and snippets.

View marcinek89xl's full-sized avatar
🏠
Working from home

El patron marcinek89xl

🏠
Working from home
View GitHub Profile
#!/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"