Skip to content

Commit

Permalink
Stop masking Playwright traces, because we now password-protect them
Browse files Browse the repository at this point in the history
  • Loading branch information
myieye committed Oct 24, 2023
1 parent 7974fcb commit 9a735c5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 54 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,6 @@ jobs:
TEST_PROJECT_CODE: 'sena-3'
TEST_DEFAULT_PASSWORD: ${{ secrets.TEST_USER_PASSWORD }}
run: dotnet test --output ./bin --logger trx --results-directory ./test-results --filter Category=Integration
- name: Mask Playwright traces
if: always()
shell: pwsh
env:
PLAYWRIGHT_SECRET_1: ${{ secrets.TEST_USER_PASSWORD }}
run: pwsh backend/Testing/Browser/mask-playwright-traces.ps1 --traceDir ./bin/playwright-traces
- name: Password protect Playwright traces
if: always()
shell: bash
Expand Down
48 changes: 0 additions & 48 deletions backend/Testing/Browser/mask-playwright-traces.ps1

This file was deleted.

0 comments on commit 9a735c5

Please sign in to comment.