ladybird/Tests/LibWeb/test-web
ayeteadoe 95f239a357 CMake: Add Windows executable helper function
The function currently has 2 purposes: (1) To copy dependent dlls for
executables to output binary directory. This ensures that these helper
processes can be ran after a build given not all DLLs from vcpkg libs
get implicitly copied to the bin folder. (2) Allow fully background
and/or GUI processes to use the Windows Subsystem. This prevents
unnecessarily launching a console for the process, as we either require
no user interaction or the user interaction is all handled in the GUI.
2025-10-29 21:07:52 -06:00
..
Application.cpp LibWebView+WebContent: Allow setting the default time zone 2025-10-23 14:42:45 +02:00
Application.h LibWebView: Move headless clipboard management to LibWebView 2025-10-10 15:10:03 -04:00
CMakeLists.txt CMake: Add Windows executable helper function 2025-10-29 21:07:52 -06:00
Fixture.cpp LibWebView+Tests+UI: Migrate headless-browser to test-web 2025-06-10 12:04:59 -04:00
Fixture.h LibWebView+Tests+UI: Migrate headless-browser to test-web 2025-06-10 12:04:59 -04:00
Fuzzy.cpp Tests/LibWeb: Do not crash test runner when screenshot sizes differ 2025-09-03 17:31:21 +02:00
Fuzzy.h Tests: Include test URL in fuzzy mismatch reports 2025-08-06 13:51:36 +02:00
main.cpp test-web: Log which WebView is running each test 2025-10-02 11:12:47 -04:00
TestWeb.h Tests: Implement fuzzy screenshot comparisons in test-web 2025-07-17 12:59:11 +01:00
TestWebView.cpp Tests/LibWeb: Do not leak multiple GB of screenshots in the test runner 2025-09-03 17:31:21 +02:00
TestWebView.h LibWebView+Tests+UI: Migrate headless-browser to test-web 2025-06-10 12:04:59 -04:00