You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The main goal is to deploy the smart contracts directly on Ganache, instead of using the Dapp Test interface for achieving the same actions.
These smart contracts can be used later within the e2e tests in order to reduce the amount of code needed to be written in order to execute the same action every time for each of the tests (i.e. contract deployment). This would also reduce the time needed for e2e tests execution because waiting for the UI action response will be eliminated.
Approach
We are going to split this task in 2 parts. The first one will take care of preparing the contracts and the seeder, so it deploys correctly any contract we pass them into Ganache, from the background.
First PR is already merged here #14631
The second part will take care of the refactor of the e2e testcases, in order to use the smart contract deployer, instead of deploying each contract manually, using the Dapp UI.
Goal
The main goal is to deploy the smart contracts directly on Ganache, instead of using the Dapp Test interface for achieving the same actions.
These smart contracts can be used later within the e2e tests in order to reduce the amount of code needed to be written in order to execute the same action every time for each of the tests (i.e. contract deployment). This would also reduce the time needed for e2e tests execution because waiting for the UI action response will be eliminated.
Approach
We are going to split this task in 2 parts. The first one will take care of preparing the contracts and the seeder, so it deploys correctly any contract we pass them into Ganache, from the background.
First PR is already merged here
#14631
The second part will take care of the refactor of the e2e testcases, in order to use the smart contract deployer, instead of deploying each contract manually, using the Dapp UI.
contract-interactions.specs.js
PR #15553collectibles.specs.js
custom-token-add-approve.specs.js
PR #15728failing-contract.specs.js
PR #15601send-hex-address.specs.js
PR #15604send-to-contract.specs.js
PR #15605metamask-ui.specs.js
The text was updated successfully, but these errors were encountered: