Browse Source

Add test id to HTML report title

Alois Mahdal 6 years ago
parent
commit
99accaf90a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/jinja2/html.j2

+ 1
- 1
src/jinja2/html.j2 View File

@@ -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 {