This repository contains sample tests for GuardianTest. It also provides an environment that can be used to develop and run tests.
yarn
yarn install
- Install anvil
- Copy
.env.sample
to.env
and follow the instructions - Place any tests in
tests/
, ending with.gui.ts
yarn test
to run