浏览代码

Add test id to HTML report title

Alois Mahdal 8 年前
父节点
当前提交
99accaf90a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/jinja2/html.j2

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

34
 <!doctype html>
34
 <!doctype html>
35
 <html>
35
 <html>
36
     <head>
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
         <style type="text/css">
39
         <style type="text/css">
40
             body {
40
             body {