We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc888ba commit e9b1283Copy full SHA for e9b1283
src/tools/rustdoc-gui/tester.js
@@ -63,6 +63,13 @@ async function main(argv) {
63
// This is more convenient that setting fields one by one.
64
options.parseArguments([
65
"--no-screenshot",
66
+ // This option shows what puppeteer "code" is run
67
+ // "--debug",
68
+ // This option disable the headless mode, allowing you to see what's going on.
69
+ // "--no-headless",
70
+ // The text isn't rendered by default because of a lot of small differences
71
+ // between hosts.
72
+ // "--show-text",
73
"--variable", "DOC_PATH", opts["doc_folder"],
74
]);
75
} catch (error) {
0 commit comments