tree: 03841487fe3db751b78260e975458802db3678dc [path history] [tgz]
  1. basic-code.goml
  2. basic.goml
  3. check_info_sign_position.goml
  4. code-sidebar-toggle.goml
  5. lib.rs
  6. list_code_block.goml
  7. nojs-attr-pos.goml
  8. README.md
  9. search-input-mobile.goml
  10. search-tab-selection-if-current-is-empty.goml
  11. shortcuts.goml
  12. theme-change.goml
  13. toggle-docs.goml
  14. trait-sidebar-item-order.goml
src/test/rustdoc-gui/README.md

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.