rust/src/test/rustdoc-gui
2021-12-15 08:36:24 +01:00
..
src Update test for anchors and headings position 2021-11-26 21:03:45 +01:00
anchor-navigable.goml Outdent method headings so they stand out 2021-10-23 11:50:11 -07:00
anchors.goml Update test for anchors and headings position 2021-11-26 21:03:45 +01:00
auto-hide-trait-implementations.goml Add GUI test for auto-hide-trait-implementations setting 2021-07-16 15:15:23 +02:00
basic-code.goml Update browser-ui-test version 2021-06-19 14:19:39 +02:00
basic.goml * Remove left margin on items declaration at the top of their documentation page 2021-10-18 15:06:38 +02:00
check-code-blocks-margin.goml Rename ID "main" into "main-content" 2021-12-02 14:17:20 +01:00
check_info_sign_position.goml Update browser-ui-test version 2021-06-19 14:19:39 +02:00
code-blocks-overflow.goml Add test for codeblocks overflow 2021-07-14 12:03:55 +02:00
code-color.goml Add test for code blocks color 2021-08-28 11:44:02 +02:00
code-sidebar-toggle.goml Reduce possibility of flaky tests 2021-09-12 22:44:37 +02:00
code-tags.goml [rustdoc] Wrap code blocks in <code> tag 2021-08-19 10:30:08 +02:00
default-settings.goml Add tests for default-settings 2021-07-22 12:58:59 +02:00
docblock-big-code-mobile.goml Add test for <code> in doc blocks on mobile 2021-10-10 14:24:40 +02:00
docblock-code-block-line-number.goml Add test for line-number setting 2021-10-20 13:36:08 +02:00
docblock-table-overflow.goml Add tests to ensure that <table> don't break doc blocks width anymore 2021-09-08 15:09:47 +02:00
escape-key.goml Rename ID "main" into "main-content" 2021-12-02 14:17:20 +01:00
font-weight.goml * Remove left margin on items declaration at the top of their documentation page 2021-10-18 15:06:38 +02:00
hash-item-expansion.goml Update browser-ui-test version 2021-06-22 11:11:45 +02:00
headers-color.goml Make rustdoc headings black, and markdown blue 2021-12-04 19:56:09 -08:00
headings.goml Rollup merge of #90089 - jsha:enum-fields-headings, r=camelid,GuillaumeGomez 2021-11-20 01:09:38 +01:00
huge-collection-of-constants.goml Add a test to detect overlapping entries in overview tables 2021-10-03 08:20:08 -04:00
impl-default-expansion.goml Rename ID "main" into "main-content" 2021-12-02 14:17:20 +01:00
implementors.goml Add tests for implementors associated types display 2021-09-01 11:01:42 +02:00
item-info-width.goml Reduce prominence of item-infos 2021-11-20 00:10:22 -08:00
item-summary-table.goml Add test to ensure tables are not inside items summary 2021-07-21 20:06:06 +02:00
javascript-disabled.goml Hide search bar in noscript.css 2021-10-31 12:41:06 -07:00
jump-to-def-background.goml * Enable generate-link-to-def feature on a rustdoc GUI test 2021-09-13 20:58:06 +02:00
label-next-to-symbol.goml Enable the tests developed with #86594 2021-07-01 10:13:28 +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
module-items-font.goml rustdoc: use ttf based font for cjk glyphs 2021-10-26 10:58:13 +09:00
overflow-tooltip-information.goml Fix scrollbars appearing on information tooltip on mac when they shouldn't 2021-10-25 11:40:13 +02:00
README.md Allow to pass arguments to rustdoc-gui tool 2021-06-16 11:54:19 +02:00
search-filter.goml Improve tests 2021-11-25 14:49:03 +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-color.goml Add test for keyword/primitive text color 2021-07-13 10:18:24 +02:00
search-result-colors.goml Add rustdoc GUI test for headers 2021-08-13 14:23:13 +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-go-to-first.goml Rename ID "main" into "main-content" 2021-12-02 14:17:20 +01: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-22 11:11:45 +02:00
shortcuts.goml Update browser-ui-test version 2021-06-19 14:19:39 +02:00
sidebar-macro-reexport.goml Add test for duplicated sidebar entries for reexported macro 2021-10-20 15:44:16 +02:00
sidebar-mobile.goml Fix sidebar-mobile test to focus on an actual focusable element 2021-07-17 11:53:59 -07:00
sidebar-source-code.goml Add GUI test for source code page sidebar 2021-12-14 11:50:41 +01:00
sidebar.goml Fix missing bottom border for headings in sidebar 2021-11-04 20:07:24 +01:00
source-code-page.goml Fix remaining bugs 2021-12-02 14:17:20 +01:00
theme-change.goml Update browser-ui-test version 2021-06-19 14:19:39 +02:00
toggle-click-deadspace.goml Fix clicking on anchors inside summary tags. 2021-11-24 10:46:55 -08:00
toggle-docs-mobile.goml Update browser-ui-test version 2021-06-22 11:11:45 +02:00
toggle-docs.goml Rename ID "main" into "main-content" 2021-12-02 14:17:20 +01:00
toggle-implementors.goml Remove implementors setting 2021-09-01 20:34:51 +02:00
toggled-open-implementations.goml Update browser-ui-test version 2021-06-22 11:11:45 +02:00
trait-sidebar-item-order.goml Update browser-ui-test version 2021-06-19 14:19:39 +02:00
type-declation-overflow.goml Rename ID "main" into "main-content" 2021-12-02 14:17:20 +01: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 --jobs 8 --test-args --debug

There are three options supported:

  • --debug: allows to see puppeteer commands.
  • --no-headless: disable headless mode so you can see what's going on.
  • --show-text: by default, text isn't rendered because of issues with fonts, it enables it back.