diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index 6093e249..0662327e 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -21,6 +21,9 @@ jobs: run: | make setup + - name: Install Playwright browsers + run: .tox/py311/bin/playwright install --with-deps chromium + - name: Configure AWS credentials for dev uses: aws-actions/configure-aws-credentials@v1 with: diff --git a/test.requirements.txt b/test.requirements.txt index 6c95f993..7fdd7dc4 100644 --- a/test.requirements.txt +++ b/test.requirements.txt @@ -7,4 +7,6 @@ psycopg[binary] pytest-postgresql hubspot-api-client fuzzywuzzy -pymupdf \ No newline at end of file +pymupdf +playwright==1.58.0 +msal \ No newline at end of file