15 lines
345 B
HTML
15 lines
345 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Cucumber Features</title>
|
|
<link href="style.css" rel="stylesheet">
|
|
<script src="jquery-1.8.2.min.js"></script>
|
|
<script src="formatter.js"></script>
|
|
<script src="report.js"></script>
|
|
</head>
|
|
<body>
|
|
<div class="cucumber-report"></div>
|
|
</body>
|
|
</html>
|