-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Create a comprehensive test & eval system that builds the contracts and deploys them to a local runtime (eg hardhat) - then implement comprehensive test suite that runs through the frontend and validates / verifies each part of the systems functions. The test infrastructure must deploy the required contracts, then configure a complex and realistic network of users who use the platform to varying degrees and have high interaction and completeness through to almost none, the contracts must be configured by sending real contract transactions to the deployed test contracts, and the test suite should test everything from the user claim flow to the social graph etc etc.
The tests should be themselves structured in the BDD / TDD format.
Reports should be generated in HTML / Markdown in a test_results directory and have screenshots for each state.
Attach a completed test run report to the reply to this thread when completed.