oceanprotocol / market

🧜‍♀️ THE Data Market

Home Page:https://market.oceanprotocol.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add pragmatic testing

kremalicious opened this issue · comments

We still have the test setup leftovers in the app so we should make them work again. So components can either have a Storybook story, or a dedicated unit test with react-testing-library.

So the current npm test just needs to succeed.

Ideally we get full unit testing coverage, and ave additional integration test runs.

After this is all setup, the branch protections should be updated to not allow any regression of coverage.

Better alternative: add integration testing with Cypress as we had in Commons for the very basic user flows:

  • publish
  • search
  • consume

This is way more valuable to catch errors

Moved this to progress again. I managed to connect an account. It turned out that we needed window.ethereum instead of window.web3. Web3Modal check for both but for some reason only window.ethereumworks.

Still trying to figure out why the Submit stays disabled.

reopen when we have bandwidth for it