summaryrefslogtreecommitdiff
path: root/src/tools/rustdoc-gui
Commit message (Expand)AuthorAgeFilesLines
* Migrate to 0.16.0 browser-ui-test versionGuillaume Gomez2023-05-111-1/+2
* Spelling librustdocJosh Soref2023-04-161-5/+5
* Add eslint check for rustdoc-gui testerGuillaume Gomez2023-03-122-8/+104
* Improve rustdoc-gui/tester.js code a bitGuillaume Gomez2023-03-081-23/+25
* Change `src/test` to `tests` in source files, fix tidy and testsAlbert Larsan2023-01-111-1/+1
* Fix invalid files array re-creation in rustdoc-gui testerGuillaume Gomez2023-01-101-1/+2
* Add retry mechanism for rustdoc GUI tests to reduce flakynessGuillaume Gomez2023-01-041-46/+76
* Add new option to prevent CORS failuresGuillaume Gomez2022-11-091-0/+1
* Improve error message when browser-ui-test crashesGuillaume Gomez2022-08-111-0/+16
* Update help message for rustdoc-gui runnerGuillaume Gomez2022-06-071-0/+1
* Allow to pass more arguments to tester.jsGuillaume Gomez2022-05-241-1/+17
* Emit an error if there is a JS failure on rustdoc pagesGuillaume Gomez2022-05-131-1/+1
* Update browser-ui-test version to 0.9.0Guillaume Gomez2022-05-011-1/+0
* Update browser-ui-test versionGuillaume Gomez2022-03-101-1/+1
* Improve code for rustdoc-gui testerGuillaume Gomez2021-12-061-5/+5
* Simplify --no-headless option for rustdoc-gui testerGuillaume Gomez2021-11-301-4/+7
* rustdoc-gui/tester: print full filename on errorJacob Hoffman-Andrews2021-11-211-4/+4
* Show how many tests are running in parallelStefan Schindler2021-10-031-1/+1
* Greatly improve limitation handling on parallel rustdoc GUI test runGuillaume Gomez2021-08-231-10/+18
* Rollup merge of #88082 - GuillaumeGomez:rustdoc-gui-jobs-opt, r=dns2utf8Guillaume Gomez2021-08-181-3/+21
|\
| * Take into account jobs number for rustdoc gui testsGuillaume Gomez2021-08-161-3/+21
* | Fix double output of the summary lineStefan Schindler2021-08-161-2/+7
|/
* More spacing between the different blocks of resultsStefan Schindler2021-08-141-10/+17
* Implement a finish method for the status_bar and some cleanupStefan Schindler2021-08-141-5/+11
* Implement summarised resultsStefan Schindler2021-08-101-37/+54
* Switch to stderr for failed testsStefan Schindler2021-08-101-1/+1
* Review by @GuillaumeGomezStefan Schindler2021-08-101-11/+4
* Implement sequential executionStefan Schindler2021-08-101-3/+7
* Capture outputs and show output when debug flag is passedStefan Schindler2021-08-101-28/+72
* Run rustdoc-gui tests in parallelStefan Schindler2021-08-101-4/+33
* Allow to pass arguments to rustdoc-gui toolGuillaume Gomez2021-06-161-9/+23
* Allow to run only a few GUI testsGuillaume Gomez2021-06-141-3/+15
* Add some commented options that could be useful for other contributors in rus...Guillaume Gomez2021-05-311-0/+7
* Don't stop running rustdoc-gui tests at first failureGuillaume Gomez2021-05-071-24/+30
* Add new rustdoc-gui test suiteGuillaume Gomez2021-02-211-0/+89