ladybird/Tests/LibWeb/test-web
Timothy Flynn ba5c254fde test-web: Always capture stdout/stderr and optionally tee output
I added the VERBOSITY_LEVEL_LOG_TEST_OUTPUT level for the case where I
run test-web with a filter for a single file, in which case I want to
just see the test output in the terminal. But for CI, we want to always
capture output for the uploaded test artifacts.

This patch changes this verbosity level to instead tee the output. So
we always create the results artifacts with all logs, and optionally
echo the received output.
2026-02-07 07:25:50 -05:00
..
Application.cpp test-web: Always capture stdout/stderr and optionally tee output 2026-02-07 07:25:50 -05:00
Application.h test-web: Always capture stdout/stderr and optionally tee output 2026-02-07 07:25:50 -05:00
CMakeLists.txt test-web: Always create test dumps for failed tests 2026-01-30 07:36:00 -05:00
Fixture.cpp Everywhere: Remove LibCore/System.h includes from header files 2025-12-04 15:40:46 +00:00
Fixture.h LibWebView+Tests+UI: Migrate headless-browser to test-web 2025-06-10 12:04:59 -04:00
Fuzzy.cpp Tests/LibWeb: Only report fuzzy mismatches if we expect a match 2026-01-21 13:13:19 +01:00
Fuzzy.h Tests/LibWeb: Only report fuzzy mismatches if we expect a match 2026-01-21 13:13:19 +01:00
main.cpp test-web: Always capture stdout/stderr and optionally tee output 2026-02-07 07:25:50 -05:00
results-index.html Tests: Add multiple image diff tools to test-web 2026-02-04 16:58:23 +01:00
TestWeb.h Tests/LibWeb: Support WPT variant meta tags in test-web 2026-01-16 16:44:13 +00:00
TestWebView.cpp Tests/LibWeb: Support WPT variant meta tags in test-web 2026-01-16 16:44:13 +00:00
TestWebView.h Tests/LibWeb: Support WPT variant meta tags in test-web 2026-01-16 16:44:13 +00:00