rust/src/test/rustdoc-gui
Matthias Krüger ed2d9369f4
Rollup merge of #104792 - notriddle:notriddle/crate-search-title-display, r=GuillaumeGomez
rustdoc: simplify `.search-results-title` CSS

By using `display: flex`, we still get the never-wrapping layout with `#crate-search-div` maxing out and truncating its text. The title itself winds up always filling its parent, but since `#crate-search` doesn't have `flex-grow` set, it won't fill available space.
2022-11-24 21:34:55 +01:00
..
src rustdoc: make struct fields display: block 2022-11-22 15:10:33 -07:00
anchor-navigable.goml Update rustdoc-gui test to new browser-ui-test version 2022-10-07 20:17:22 +02:00
anchors.goml Use named arguments to make test clearer 2022-10-17 18:08:53 +02:00
auto-hide-trait-implementations.goml Update rustdoc-gui test to new browser-ui-test version 2022-10-07 20:17:22 +02:00
basic-code.goml Update rustdoc-gui test to new browser-ui-test version 2022-10-07 20:17:22 +02:00
basic.goml Update rustdoc-gui test to new browser-ui-test version 2022-10-07 20:17:22 +02:00
check-code-blocks-margin.goml Update rustdoc-gui test to new browser-ui-test version 2022-10-07 20:17:22 +02:00
check-stab-in-docblock.goml Update rustdoc-gui test to new browser-ui-test version 2022-10-07 20:17:22 +02:00
check_info_sign_position.goml Update rustdoc-gui test to new browser-ui-test version 2022-10-07 20:17:22 +02:00
code-blocks-overflow.goml Update rustdoc-gui test to new browser-ui-test version 2022-10-07 20:17:22 +02:00
code-color.goml Clean up code-color and headers-color rustdoc GUI tests 2022-10-18 15:18:45 +02:00
code-sidebar-toggle.goml Update rustdoc-gui test to new browser-ui-test version 2022-10-07 20:17:22 +02:00
code-tags.goml Update to new browser-ui-test version 2022-11-09 17:00:25 +01:00
codeblock-tooltip.goml Extend codeblock GUI test to include tooltips 2022-11-17 16:35:04 +01:00
cursor.goml rustdoc: add test case for pointer cursor 2022-11-21 09:16:54 -07:00
default-settings.goml Update rustdoc-gui test to new browser-ui-test version 2022-10-07 20:17:22 +02:00
docblock-big-code-mobile.goml Update rustdoc-gui test to new browser-ui-test version 2022-10-07 20:17:22 +02:00
docblock-code-block-line-number.goml rustdoc: use checkbox instead of switch for settings toggles 2022-11-10 17:22:37 -07:00
docblock-details.goml rustdoc: prevent method summary margin from being applied to docblocks 2022-10-21 10:48:41 -07:00
docblock-table-overflow.goml Update rustdoc-gui test to new browser-ui-test version 2022-10-07 20:17:22 +02:00
docblock-table.goml Update rustdoc-gui test to new browser-ui-test version 2022-10-07 20:17:22 +02:00
duplicate-macro-reexport.goml Update rustdoc-gui test to new browser-ui-test version 2022-10-07 20:17:22 +02:00
enum-variants.goml rustdoc: update tests for enum variant margin tweak 2022-11-17 15:37:34 -07:00
escape-key.goml Update rustdoc-gui test to new browser-ui-test version 2022-10-07 20:17:22 +02:00
font-weight.goml Update rustdoc-gui test to new browser-ui-test version 2022-10-07 20:17:22 +02:00
hash-item-expansion.goml Update rustdoc-gui test to new browser-ui-test version 2022-10-07 20:17:22 +02:00
headers-color.goml Clean up code-color and headers-color rustdoc GUI tests 2022-10-18 15:18:45 +02:00
headings.goml Use functions for headings rustodoc GUI test 2022-10-22 14:12:01 +02:00
help-page.goml Extend GUI tests to check kbd colors 2022-11-20 14:32:49 +01:00
highlight-colors.goml rustdoc: rename syntax highlighting CSS class attribute to attr 2022-10-31 13:55:39 -07:00
huge-collection-of-constants.goml Update rustdoc-gui test to new browser-ui-test version 2022-10-07 20:17:22 +02:00
huge-logo.goml rustdoc: add test case for huge logo 2022-11-05 14:26:13 -07:00
impl-default-expansion.goml Update rustdoc-gui test to new browser-ui-test version 2022-10-07 20:17:22 +02:00
implementors.goml Update rustdoc-gui test to new browser-ui-test version 2022-10-07 20:17:22 +02:00
item-decl-colors.goml Update to new browser-ui-test version 2022-11-09 17:00:25 +01:00
item-info-alignment.goml Update rustdoc-gui test to new browser-ui-test version 2022-10-07 20:17:22 +02:00
item-info-overflow.goml Update rustdoc-gui test to new browser-ui-test version 2022-10-07 20:17:22 +02:00
item-info.goml Update rustdoc-gui test to new browser-ui-test version 2022-10-07 20:17:22 +02:00
item-summary-table.goml Update rustdoc-gui test to new browser-ui-test version 2022-10-07 20:17:22 +02:00
javascript-disabled.goml Update rustdoc-gui test to new browser-ui-test version 2022-10-07 20:17:22 +02:00
jump-to-def-background.goml Use functions for jump-to-def-background rustodoc GUI test 2022-10-23 15:40:56 +02:00
label-next-to-symbol.goml Update rustdoc-gui test to new browser-ui-test version 2022-10-07 20:17:22 +02:00
links-color.goml Update rustdoc-gui test to new browser-ui-test version 2022-10-07 20:17:22 +02:00
list_code_block.goml Update rustdoc-gui test to new browser-ui-test version 2022-10-07 20:17:22 +02:00
method-margins.goml rustdoc: add test case for associated type margins 2022-10-31 07:47:42 -07:00
mobile.goml rustdoc: remove class name location from sidebar sibling nav 2022-10-18 12:01:53 -07:00
module-items-font.goml Update rustdoc-gui test to new browser-ui-test version 2022-10-07 20:17:22 +02:00
no-docblock.goml Update to new browser-ui-test version 2022-11-09 17:00:25 +01:00
notable-trait.goml Extend GUI test to check notable traits blur behaviour 2022-11-19 10:49:34 +01:00
overflow-tooltip-information.goml Update rustdoc-gui test to new browser-ui-test version 2022-10-07 20:17:22 +02:00
pocket-menu.goml Update rustdoc-gui test to new browser-ui-test version 2022-10-07 20:17:22 +02:00
README.md Update rustdoc-gui README 2022-06-07 11:49:35 +02:00
run-on-hover.goml Extend GUI test for run button 2022-11-05 17:22:38 +01:00
rust-logo.goml Extend rust-logo GUI test to check there is no filter for other logos 2022-11-06 20:20:43 +01:00
scrape-examples-button-focus.goml rustdoc: add test case for scraped example expand GUI 2022-11-19 17:42:07 -07:00
search-filter.goml rustdoc: add test case for huge logo 2022-11-05 14:26:13 -07:00
search-form-elements.goml rustdoc: add test cases for links inside the help popover 2022-10-15 12:06:16 -07:00
search-input-mobile.goml Update rustdoc-gui test to new browser-ui-test version 2022-10-07 20:17:22 +02:00
search-keyboard.goml rustdoc: fix corner case in search keyboard commands 2022-11-14 13:21:08 -07:00
search-no-result.goml Use same color for links in no result search 2022-11-12 13:33:17 +01:00
search-reexport.goml Update rustdoc-gui test to new browser-ui-test version 2022-10-07 20:17:22 +02:00
search-result-color.goml Extend GUI test for alias search result 2022-11-21 11:15:54 +01:00
search-result-description.goml Update rustdoc-gui test to new browser-ui-test version 2022-10-07 20:17:22 +02:00
search-result-display.goml rustdoc: simplify .search-results-title CSS 2022-11-23 14:31:09 -07:00
search-result-go-to-first.goml Update rustdoc-gui test to new browser-ui-test version 2022-10-07 20:17:22 +02:00
search-result-keyword.goml Update rustdoc-gui test to new browser-ui-test version 2022-10-07 20:17:22 +02:00
search-tab-change-title-fn-sig.goml Update rustdoc-gui test to new browser-ui-test version 2022-10-07 20:17:22 +02:00
settings.goml Update GUI test 2022-11-13 21:23:12 +01:00
shortcuts.goml Add GUI tests for collapse/expand actions 2022-10-20 11:35:12 +02:00
sidebar-links-color.goml Migrate sidebar-links-color GUI test to functions 2022-11-01 19:46:42 +01:00
sidebar-macro-reexport.goml rustdoc: remove unused classes from sidebar 2022-10-11 08:50:41 -07:00
sidebar-mobile-scroll.goml rustdoc: change mobile breakpoint to match CSS 2022-10-17 19:26:15 -07:00
sidebar-mobile.goml rustdoc: remove class name location from sidebar sibling nav 2022-10-18 12:01:53 -07:00
sidebar-source-code-display.goml Migrate GUI test to use functions 2022-11-17 20:21:54 +01:00
sidebar-source-code.goml rustdoc: fix test case 2022-11-19 18:21:46 -07:00
sidebar.goml Rollup merge of #103251 - GuillaumeGomez:item-decl-highlighting, r=notriddle 2022-10-20 07:58:56 +02:00
source-anchor-scroll.goml Update rustdoc-gui test to new browser-ui-test version 2022-10-07 20:17:22 +02:00
source-code-page.goml Rollup merge of #103650 - notriddle:notriddle/line-anchors, r=GuillaumeGomez 2022-11-13 16:41:44 +09:00
src-font-size.goml Add GUI test to ensure that source links can be clicked 2022-11-12 13:58:59 +01:00
struct-fields.goml rustdoc: make struct fields display: block 2022-11-22 15:10:33 -07:00
target.goml Add GUI test for :target 2022-11-10 18:53:31 +01:00
theme-change.goml Extend GUI test for theme settings 2022-11-13 21:37:42 +01:00
theme-in-history.goml Remove unneeded "rustdoc-preferred-dark-theme" setting 2022-11-01 19:47:12 +01:00
toggle-click-deadspace.goml Update rustdoc-gui test to new browser-ui-test version 2022-10-07 20:17:22 +02:00
toggle-docs-mobile.goml Update rustdoc-gui test to new browser-ui-test version 2022-10-07 20:17:22 +02:00
toggle-docs.goml Update rustdoc-gui test to new browser-ui-test version 2022-10-07 20:17:22 +02:00
toggle-implementors.goml Update rustdoc-gui test to new browser-ui-test version 2022-10-07 20:17:22 +02:00
toggled-open-implementations.goml Update rustdoc-gui test to new browser-ui-test version 2022-10-07 20:17:22 +02:00
trait-sidebar-item-order.goml Update to new browser-ui-test version 2022-11-09 17:00:25 +01:00
type-declation-overflow.goml rustdoc: remove no-op CSS .main-header { justify-content } 2022-11-14 15:27:04 -07:00
unsafe-fn.goml Improve code for unsafe-fn rustdoc GUI test 2022-10-13 16:51:04 +02:00
where-whitespace.goml Update rustdoc-gui test to new browser-ui-test version 2022-10-07 20:17:22 +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.

If you need to have more information on the tests run, you can use --test-args:

$ ./x.py test src/test/rustdoc-gui --stage 1 --test-args --debug

If you don't want to run in headless mode (helpful to debug sometimes), you can use --no-headless:

$ ./x.py test src/test/rustdoc-gui --stage 1 --test-args --no-headless

To see the supported options, use --help.

Important to be noted: if the chromium instance crashes when you run it, you might need to use --no-sandbox to make it work:

$ ./x.py test src/test/rustdoc-gui --stage 1 --test-args --no-sandbox