@aurory/puppeteer-phantom

Puppeteer testing utils for interacting with the Phantom extension.

Usage no npm install needed!

<script type="module">
  import auroryPuppeteerPhantom from 'https://cdn.skypack.dev/@aurory/puppeteer-phantom';
</script>

README

Puppeteer Phantom Testing Library

Puppeteer testing utils for interacting with the Phantom extension.

Prerequisites

  • Node.js 14
  • NPM 7

Example

  • In the example/ dapp, copy .env.sample to .env and update accordingly.
  • Install node_modules: npm install
  • Run npm run test to run the e2e tests.

Documentation

Read more docs here.