Eric Huss
038b5fb232
Add help gui test
2025-05-15 05:25:48 -07:00
Michael Howell
36fa0064de
Break off query string when comparing url for sidebar
2025-04-21 12:03:17 -07:00
Guillaume Gomez
9114905a93
Use serde_json instead of json to get browser-ui-test version
2025-03-23 10:06:12 +01:00
Guillaume Gomez
861940ba4b
Fix eslint warnings
2025-03-23 10:06:12 +01:00
Guillaume Gomez
f54356da10
Remove fail-on-request-error in GUI tests as they are not needed anymore
2025-03-22 17:56:22 +01:00
Eric Huss
43281c85c5
Merge pull request #2604 from szabgab/test/arrow-keys
...
Add GUI test to check the left and right arrow keys
2025-03-21 01:27:47 +00:00
Gabor Szabo
1de8cf8ba6
try the last pages as well
2025-03-20 22:07:08 +02:00
Gabor Szabo
85afbe466e
Add GUI test to check the left and right arrow keys
2025-03-20 21:58:21 +02:00
Gabor Szabo
63b312948a
Select all the GUI tests if no filter was provided
...
The name of excutable was taken as a filter and because of
that nothing was selected by default.
2025-03-20 18:13:59 +02:00
Guillaume Gomez
fc7ef59dee
Allow to run only some specific GUI tests
2025-03-10 13:31:40 +01:00
Eric Huss
74200f7395
Fix search not showing in sub-directories
...
This fixes a problem where the search was not displaying in
sub-directories. The problem was that `searcher.js` only exists in one
place, and was loading `searchindex.json` with a relative path. However,
when loading from a subdirectory, it needs the appropriate `..` to reach
the root of the book.
2025-03-09 09:10:50 -07:00
Guillaume Gomez
ce63cc31f4
Add GUI regression test for #2529
2025-01-23 14:01:38 +01:00
Guillaume Gomez
d6720fc671
Update browser-ui-test version to 0.19.0
2025-01-23 13:58:35 +01:00
Guillaume Gomez
69ef52fd13
Disable sandbox when running GUI tests
2024-12-19 20:01:25 +01:00
Guillaume Gomez
cc8ce35b4d
Run GUI tests as a separate testsuite
2024-12-18 11:25:11 +01:00
Guillaume Gomez
2a13ca2fbf
Add base for GUI tests
2024-12-16 17:45:36 +01:00