From 918d4afa675e0de21f9816e4ca8f657d2f0157bf Mon Sep 17 00:00:00 2001 From: Saleel Date: Wed, 31 Jan 2024 19:42:08 +0530 Subject: [PATCH] chore: use e2e test in CI --- .github/workflows/action.yml | 2 +- packages/app/tests/e2e-dl-zkp.test.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index cb29dd3..504ca9b 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -85,5 +85,5 @@ jobs: env: CI: "true" with: - args: yarn workspace @zk-email/twitter-verifier-app test:full-e2e + args: yarn workspace @zk-email/twitter-verifier-app test:e2e-zkp diff --git a/packages/app/tests/e2e-dl-zkp.test.ts b/packages/app/tests/e2e-dl-zkp.test.ts index 0da80f7..634b194 100644 --- a/packages/app/tests/e2e-dl-zkp.test.ts +++ b/packages/app/tests/e2e-dl-zkp.test.ts @@ -57,7 +57,7 @@ describe("App.js", () => { beforeAll(async () => { browser = await puppeteer.launch({ // headless: true, - headless: false, + headless: true, slowMo: 100 }); page = await browser.newPage();