Test setup #141
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "setup-tests"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR setup test suite
should we change the port for the development network to
8545
asganache-cli.sh
script use that port? or just not use that script ?we intentionally used a different port than the production RPC port.
is this the ganache-cli.sh script?
cb9b20c144/shared/test-helpers/ganache-cli.sh (L17)
so the port is configurable as environment variable? and defaults to 8555?
@bumi cool! didn't check that the port is configurable...
the default port is 8545
cb9b20c144/shared/test-helpers/ganache-cli.sh (L24)
as 8555 when running coveragecan we merge this one ?
yes, looks good to me. sadly we have that merge conflict in the package-lock files because of the recent aragon update. maybe you can rebase this on master again?