Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeScript e2e tests #36

Merged
merged 3 commits into from
Mar 8, 2023
Merged

TypeScript e2e tests #36

merged 3 commits into from
Mar 8, 2023

Conversation

rmccrear
Copy link
Contributor

This PR converts the e2e tests to TypeScript and adds basic checks for the proof results.

To run, use:

yarn
yarn test
yarn test:e2e-ui
yarn test:e2e-zkp # will take a long time to complete and may fail if you run out of memory.

It's also possible to run headless by changing this in e2e-dl-zkp.test.ts

browser = await puppeteer.launch({
  // headless: true,
  headless: false,
  slowMo: 100
});

to this

browser = await puppeteer.launch({
  headless: true,
  // headless: false,
  // slowMo: 100
});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants