ac16ca9ee5
* test: add tags for slow tests * chore: remove old flows * test: added smoke tags to view tests * test: add tags for trading tests * test: tags for explorer tests added * chore: add tags to remaining tests and tidy files * chore: pass env in test command * chore: fix build errors * chore: re-add teardown for manual flow * chore: ability to only run smoke tests in manual flow * chore: fix manual input flow
17 lines
522 B
Bash
17 lines
522 B
Bash
# App configuration variables
|
|
NX_VEGA_ENV=TESTNET
|
|
NX_ETHEREUM_PROVIDER_URL=http://localhost:8545
|
|
NX_ETHERSCAN_URL=https://ropsten.etherscan.io
|
|
NX_FAIRGROUND=false
|
|
NX_VEGA_NETWORKS={}
|
|
|
|
NX_VEGA_URL=http://localhost:3028/query
|
|
NX_ETHEREUM_CHAIN_ID=1440
|
|
NX_ETH_URL_CONNECT=1
|
|
NX_ETH_WALLET_MNEMONIC=ozone access unlock valid olympic save include omit supply green clown session
|
|
NX_LOCAL_PROVIDER_URL=http://localhost:8545/
|
|
NX_VEGA_WALLET_URL=http://localhost:1789/api/v1
|
|
|
|
#Test configuration variables
|
|
CYPRESS_FAIRGROUND=false
|