Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 773 Bytes

GuardianTest.md

File metadata and controls

20 lines (16 loc) · 773 Bytes
description
Meet the new standard for web3 end-to-end testing. Reliably test in a production-like environment across any EVM-compatible chain using our open source framework.

GuardianTest

GuardianTest is an open source E2E testing framework developed to suit the demands of crypto organizations and developers.

It extends the popular Playwright testing framework so developers can easily:

  • Engage with local deployments, staging deployments, OR live production
  • Perform tests on EVM compatible chains
  • Pin tests to any block
  • Interact with a site using a wallet
  • Mock ERC20 balances and allowances
  • Validate target contract addresses from app interactions
  • Perform any other actions or validation Playwright offers