ci: enhance logging for failed TestApp and OpenVidu Meet tests
This commit is contained in:
parent
8f9d027b79
commit
75fbeea807
13
.github/workflows/wc-e2e-test.yaml
vendored
13
.github/workflows/wc-e2e-test.yaml
vendored
@ -240,13 +240,14 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
RUN_MODE: CI
|
RUN_MODE: CI
|
||||||
PLAYWRIGHT_BROWSERS_PATH: /tmp/ms-playwright
|
PLAYWRIGHT_BROWSERS_PATH: /tmp/ms-playwright
|
||||||
- name: List test results directory
|
- name: Dump TestApp logs on failure
|
||||||
if: always()
|
if: failure()
|
||||||
run: |
|
run: |
|
||||||
echo "Listing test-results directory:"
|
echo "=== TestApp logs ==="
|
||||||
ls -la frontend/webcomponent/test-results/ || echo "test-results directory not found"
|
docker logs testapp || echo "TestApp container logs not available"
|
||||||
echo "Finding all .webm files:"
|
|
||||||
find frontend/webcomponent/ -name "*.webm" -type f || echo "No .webm files found"
|
echo "=== OpenVidu Meet Backend logs ==="
|
||||||
|
docker logs openvidu-meet || echo "OpenVidu Meet container logs not available"
|
||||||
- name: Upload failed test videos
|
- name: Upload failed test videos
|
||||||
if: always()
|
if: always()
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user