Skip to content

Commit

Permalink
🪟 🔧 Move Frontend E2E tests into webapp code base (#6339)
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Roes <tim@airbyte.io>
  • Loading branch information
ambirdsall and timroes committed May 15, 2023
1 parent 7c7fa39 commit 5d02e4a
Show file tree
Hide file tree
Showing 80 changed files with 1,425 additions and 6,158 deletions.
1 change: 1 addition & 0 deletions .github/actions/cache-build-artifacts/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ runs:
with:
path: |
~/.local/share/pnpm/store
~/.cache/Cypress
key: ${{ inputs.cache-key }}-pnpm-${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ inputs.cache-key }}-pnpm-${{ runner.os }}-
Expand Down
2 changes: 0 additions & 2 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ area/platform:
area/frontend:
- airbyte-webapp/*
- airbyte-webapp/**/*
- airbyte-webapp-e2e-tests/*
- airbyte-webapp-e2e-tests/**/*

area/api:
- airbyte-api/*
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ jobs:
- 'airbyte-connector-builder-server/CDK_VERSION'
- 'airbyte-connector-builder-server/src/main/openapi/openapi.yaml'
- 'airbyte-webapp/**'
- 'airbyte-webapp-e2e-tests/**'
# Uncomment to debug.
# changes-output:
Expand Down Expand Up @@ -289,6 +288,7 @@ jobs:
- name: Run End-to-End Frontend Tests
env:
CYPRESS_WEBAPP_KEY: ${{ secrets.CYPRESS_WEBAPP_KEY }}
CYPRESS_CACHE_FOLDER: "~/.cache/Cypress"
run: ./tools/bin/e2e_test.sh

# In case of self-hosted EC2 errors, remove this block.
Expand Down
52 changes: 0 additions & 52 deletions airbyte-webapp-e2e-tests/.eslintrc.js

This file was deleted.

33 changes: 0 additions & 33 deletions airbyte-webapp-e2e-tests/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion airbyte-webapp-e2e-tests/.npmrc

This file was deleted.

1 change: 0 additions & 1 deletion airbyte-webapp-e2e-tests/.nvmrc

This file was deleted.

1 change: 0 additions & 1 deletion airbyte-webapp-e2e-tests/.prettierrc.js

This file was deleted.

38 changes: 0 additions & 38 deletions airbyte-webapp-e2e-tests/README.md

This file was deleted.

29 changes: 0 additions & 29 deletions airbyte-webapp-e2e-tests/build.gradle

This file was deleted.

Loading

0 comments on commit 5d02e4a

Please sign in to comment.