Skip to content

Commit

Permalink
chore: remove leftovers
Browse files Browse the repository at this point in the history
  • Loading branch information
Joozty committed Dec 11, 2024
1 parent 2052663 commit e856750
Show file tree
Hide file tree
Showing 20 changed files with 0 additions and 1,511 deletions.
57 changes: 0 additions & 57 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,63 +26,6 @@ jobs:
- name: Unit test (nodejs)
run: npm run test:unit:ci-node

saucelabs-integration-tests:
runs-on: ubuntu-latest
permissions: read-all
environment: integration
env:
SAUCE_USERNAME: ${{ secrets.SAUCE_USERNAME }}
SAUCE_ACCESS_KEY: ${{ secrets.SAUCE_ACCESS_KEY }}
SAUCE_TUNNEL_ID: ${{ secrets.SAUCE_TUNNEL_ID }}
strategy:
fail-fast: false
matrix:
browser: [edge]
steps:
- name: Setup sauce connect
uses: saucelabs/[email protected]
with:
username: ${{ secrets.SAUCE_USERNAME }}
accessKey: ${{ secrets.SAUCE_ACCESS_KEY }}
tunnelName: ${{ secrets.SAUCE_TUNNEL_ID }}
- name: Checkout
uses: actions/[email protected]

- name: Setup
uses: ./.github/actions/setup

- name: Add to hosts file
run: echo "127.0.0.1 local.test" | sudo tee -a /etc/hosts
- name: Run integration tests in Saucelabs
run: npm run test:integration:remote -- --env ${{ matrix.browser }}
timeout-minutes: 15

local-integration-tests:
runs-on: ubuntu-latest
permissions: read-all
strategy:
fail-fast: false
matrix:
browser: [headlessChrome, headlessFirefox]
steps:
- name: Checkout
uses: actions/[email protected]

- name: Setup
uses: ./.github/actions/setup

- name: Local integration tests using ${{ matrix.browser }}
run: npm run test:integration:local:${{ matrix.browser }}:_execute

- name: Upload test logs
uses: actions/[email protected]
if: ${{ failure() }}
with:
name: test-results ${{ matrix.browser }}
path: |
packages/web/tests_output/
packages/web/logs/
playwright:
uses: ./.github/workflows/tests.yml
secrets: inherit
20 changes: 0 additions & 20 deletions packages/web/integration-tests/otel-api-globals.ts

This file was deleted.

35 changes: 0 additions & 35 deletions packages/web/integration-tests/utils/buildApi.js

This file was deleted.

This file was deleted.

205 changes: 0 additions & 205 deletions packages/web/integration-tests/utils/globals.js

This file was deleted.

Loading

0 comments on commit e856750

Please sign in to comment.