Przeglądaj źródła

Add test id to HTML report title

Alois Mahdal 6 lat temu
rodzic
commit
99accaf90a
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      src/jinja2/html.j2

+ 1
- 1
src/jinja2/html.j2 Wyświetl plik

@@ -34,7 +34,7 @@
34 34
 <!doctype html>
35 35
 <html>
36 36
     <head>
37
-        <title>JAT report {{ session.id }}</title>
37
+        <title>JAT report {{ session.id }} {{session.test.id}} {{ session.test.version }}</title>
38 38
 
39 39
         <style type="text/css">
40 40
             body {