Skip to content

Commit

Permalink
Adding headed
Browse files Browse the repository at this point in the history
  • Loading branch information
gr812b committed Nov 12, 2024
1 parent 8a5f3c8 commit 3fda8d0
Showing 1 changed file with 3 additions and 24 deletions.
27 changes: 3 additions & 24 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,34 +124,13 @@ jobs:
serve -s build -l 5173 &
continue-on-error: true


- name: Check directory structure for DLL
run: |
echo "Listing contents of /home:"
ls /home
echo "Listing contents of /home/runner:"
ls /home/runner

echo "Listing contents of /home/runner/work:"
ls /home/runner/work

echo "Listing contents of /home/runner/work/Better-Data-Viewer:"
ls /home/runner/work/Better-Data-Viewer

echo "Listing contents of /home/runner/work/Better-Data-Viewer/Better-Data-Viewer:"
ls /home/runner/work/Better-Data-Viewer/Better-Data-Viewer

echo "Finished directory check."


# - name: Install Xvfb
# run: sudo apt-get install -y xvfb
- name: Install Xvfb
run: sudo apt-get install -y xvfb

- name: Run Playwright Tests
# env:
# DEBUG: pw:browser*,pw:api
run: npx playwright test # xvfb-run --auto-servernum --server-args="-screen 0 1920x1080x24"
run: xvfb-run --auto-servernum --server-args="-screen 0 1920x1080x24" npx playwright test --headed
working-directory: ./e2e

- name: Upload Playwright report
Expand Down

0 comments on commit 3fda8d0

Please sign in to comment.