Test setup #141

Merged
haythem96 merged 4 commits from setup-tests into master 2019-06-26 15:05:24 +00:00
haythem96 commented 2019-06-17 11:15:17 +00:00 (Migrated from github.com)

This PR setup test suite

This PR setup test suite
haythem96 commented 2019-06-17 11:39:54 +00:00 (Migrated from github.com)

should we change the port for the development network to 8545 as ganache-cli.sh script use that port? or just not use that script ?

should we change the port for the development network to `8545` as `ganache-cli.sh` script use that port? or just not use that script ?
bumi commented 2019-06-17 22:05:50 +00:00 (Migrated from github.com)

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?

we intentionally used a different port than the production RPC port. is this the ganache-cli.sh script? https://github.com/aragon/aragon-apps/blob/cb9b20c144a5670c8ee3e4bf1f0898897a8de35f/shared/test-helpers/ganache-cli.sh#L17 so the port is configurable as environment variable? and defaults to 8555?
haythem96 commented 2019-06-17 22:29:03 +00:00 (Migrated from github.com)

@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 coverage

@bumi cool! didn't check that the port is configurable... the default port is 8545 https://github.com/aragon/aragon-apps/blob/cb9b20c144a5670c8ee3e4bf1f0898897a8de35f/shared/test-helpers/ganache-cli.sh#L24 as 8555 when running coverage
haythem96 commented 2019-06-18 17:15:10 +00:00 (Migrated from github.com)

can we merge this one ?

can we merge this one ?
bumi commented 2019-06-19 12:16:16 +00:00 (Migrated from github.com)

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?

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?
Sign in to join this conversation.
No description provided.