瀏覽代碼

Add test id to HTML report title

Alois Mahdal 6 年之前
父節點
當前提交
99accaf90a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/jinja2/html.j2

+ 1
- 1
src/jinja2/html.j2 查看文件

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