rust/src/test/rustdoc-gui
2021-06-19 14:19:39 +02:00
..
src Add test to ensure font-weight is applied correctly 2021-06-13 21:50:11 +02:00
basic-code.goml Update browser-ui-test version 2021-06-19 14:19:39 +02:00
basic.goml Move rustdoc-gui rust libraries into their own folder and prepare the field for more libraries 2021-05-11 20:56:16 +02:00
check_info_sign_position.goml Update browser-ui-test version 2021-06-19 14:19:39 +02:00
code-sidebar-toggle.goml Update browser-ui-test version 2021-06-19 14:19:39 +02:00
escape-key.goml Update browser-ui-test version 2021-06-19 14:19:39 +02:00
font-weight.goml Update browser-ui-test version 2021-06-19 14:19:39 +02:00
hash-item-expansion.goml Update browser-ui-test version 2021-06-19 14:19:39 +02:00
impl-default-expansion.goml Update browser-ui-test version 2021-06-19 14:19:39 +02:00
list_code_block.goml Move rustdoc-gui rust libraries into their own folder and prepare the field for more libraries 2021-05-11 20:56:16 +02:00
README.md Add documentation for rustdoc-gui tests 2021-03-23 21:15:45 +01:00
search-input-mobile.goml Move rustdoc-gui rust libraries into their own folder and prepare the field for more libraries 2021-05-11 20:56:16 +02:00
search-result-colors.goml Update browser-ui-test version 2021-06-19 14:19:39 +02:00
search-result-description.goml Update browser-ui-test version 2021-06-19 14:19:39 +02:00
search-result-display.goml Update browser-ui-test version 2021-06-19 14:19:39 +02:00
search-result-keyword.goml Update browser-ui-test version 2021-06-19 14:19:39 +02:00
search-tab-selection-if-current-is-empty.goml Update browser-ui-test version 2021-06-19 14:19:39 +02:00
shortcuts.goml Update browser-ui-test version 2021-06-19 14:19:39 +02:00
sidebar.goml Update browser-ui-test version 2021-06-19 14:19:39 +02:00
source-code-page.goml Update browser-ui-test version 2021-06-19 14:19:39 +02:00
theme-change.goml Update browser-ui-test version 2021-06-19 14:19:39 +02:00
toggle-docs-mobile.goml Update browser-ui-test version 2021-06-19 14:19:39 +02:00
toggle-docs.goml Update browser-ui-test version 2021-06-19 14:19:39 +02:00
toggled-open-implementations.goml Update browser-ui-test version 2021-06-19 14:19:39 +02:00
trait-sidebar-item-order.goml Update browser-ui-test version 2021-06-19 14:19:39 +02:00
type-weight.rs Add test to check that font-weight is correctly set on type page 2021-06-07 00:06:32 +02:00

The tests present here are used to test the generated HTML from rustdoc. The goal is to prevent unsound/unexpected GUI changes.

This is using the browser-ui-test framework to do so. It works as follows:

It wraps puppeteer to send commands to a web browser in order to navigate and test what's being currently displayed in the web page.

You can find more information and its documentation in its repository.