Wiki-Quellcode von Testtitel ausblenden

Version 72.7 von Carina Enke am 10.01.2024

Zeige letzte Bearbeiter
1
2 {{layout}}
3 {{layout-section ac:type="single"}}
4 {{layout-cell}}
5 \\
6 {{/layout-cell}}
7 {{/layout-section}}
8
9 {{layout-section ac:type="single"}}
10 {{layout-cell}}
11 Bei der Testdurchführung wird der Testtitel im linken, oberen Bereich angezeigt. Sie können den Testtitel mit einer eigenen Stylesheet-Datei (CSS) ausblenden.
12
13 [[image:attach:Testrun - Testtitel wird angezeigt_de.png]] [[image:attach:Testrun - Testtitel ausgeblendet_de.png]]
14
15 Verwenden Sie folgende CSS-Anweisung:
16
17 {{code}}
18 .nav-header h1 {display: none !important;}
19 {{/code}}
20
21 Speichern Sie die Anweisung in einer CSS-Datei (.css). Fügen Sie die CSS-Datei dem Testinhalt hinzu, indem Sie die CSS-Datei als Stylesheet-Datei im Tab **//Optionen//** im Abschnitt Layout-Einstellungen hochladen.
22 {{/layout-cell}}
23 {{/layout-section}}
24 {{/layout}}
25
26
27
28 When performing a test, the test title is displayed in the upper left pane. You may hide the test title using your own style sheet file (CSS).
29
30 [[image:attach:Testrun - Testtitel wird angezeigt_de.png]][[image:attach:Testrun - Testtitel ausgeblendet_de.png]]
31
32 To do this, use the following CSS statement:
33
34 {{code}}
35 .nav-header h1 {display: none !important;}
36 {{/code}}
37
38 Save the statement in a CSS file (.css). Then add the CSS file to the test content by uploading it as a style sheet file to the **//Layout settings//** section in the //**Options**// tab.