Skip to content

Files

This branch is 146251 commits behind rust-lang/rust:master.

rustdoc-gui

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Mar 23, 2021
Feb 21, 2021
Feb 21, 2021
Mar 22, 2021
Feb 21, 2021
Apr 25, 2021
Apr 25, 2021
Apr 23, 2021
Feb 21, 2021
Feb 28, 2021
Apr 1, 2021
Feb 28, 2021
Feb 21, 2021
Feb 21, 2021
Mar 23, 2021

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.