mirror of
				https://github.com/Telecominfraproject/wlan-testing.git
				synced 2025-10-31 19:08:01 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			35 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html dir="ltr" lang="en">
 | |
| <head>
 | |
|     <meta charset="utf-8">
 | |
|     <title>Allure Report</title>
 | |
|     <link rel="favicon" href="favicon.ico">
 | |
|     <link rel="stylesheet" type="text/css" href="styles.css">
 | |
|     <link rel="stylesheet" type="text/css" href="plugin/screen-diff/styles.css">
 | |
| </head>
 | |
| <body>
 | |
|     <div id="alert"></div>
 | |
|     <div id="content">
 | |
|         <span class="spinner">
 | |
|             <span class="spinner__circle"></span>
 | |
|         </span>
 | |
|     </div>
 | |
|     <div id="popup"></div>
 | |
|     <script src="app.js"></script>
 | |
|     <script src="plugin/behaviors/index.js"></script>
 | |
|     <script src="plugin/packages/index.js"></script>
 | |
|     <script src="plugin/screen-diff/index.js"></script>
 | |
|     <script async src="https://www.googletagmanager.com/gtag/js?id=G-FVWC4GKEYS"></script>
 | |
|     <script>
 | |
|         window.dataLayer = window.dataLayer || [];
 | |
|         function gtag(){dataLayer.push(arguments);}
 | |
|         gtag('js', new Date());
 | |
|         gtag('config', 'G-FVWC4GKEYS', {
 | |
|           'allureVersion': 'dev',
 | |
|           'reportUuid': 'ac395add-8fc0-479e-a6f9-2454f6eaa0a9',
 | |
|           'single_file': false
 | |
|         });
 | |
|     </script>
 | |
| </body>
 | |
| </html>
 | 
