-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (38 loc) · 2.63 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cypress</title>
<style>
body {
background: #2e2e2e;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
video {
margin: 20px;
}
</style>
</head>
<body>
<video src="./cypress/videos/account.spec.js.mp4" width="500" height="300" controls autoplay muted loop title="account.spec.js.mp4"></video>
<video src="./cypress/videos/alert.spec.js.mp4" width="500" height="300" controls autoplay muted loop title="alert.spec.js.mp4"></video>
<video src="./cypress/videos/api.spec.js.mp4" width="500" height="300" controls autoplay muted loop title="api.spec.js.mp4"></video>
<video src="./cypress/videos/assets.spec.js.mp4" width="500" height="300" controls autoplay muted loop title="assets.spec.js.mp4"></video>
<video src="./cypress/videos/basic.spec.js.mp4" width="500" height="300" controls autoplay muted loop title="basic.spec.js.mp4"></video>
<video src="./cypress/videos/describe.spec.js.mp4" width="500" height="300" controls autoplay muted loop title="describe.spec.js.mp4"></video>
<video src="./cypress/videos/dinamic.spec.js.mp4" width="500" height="300" controls autoplay muted loop title="dinamic.spec.js.mp4"></video>
<video src="./cypress/videos/element.spec.js.mp4" width="500" height="300" controls autoplay muted loop title="element.spec.js.mp4"></video>
<video src="./cypress/videos/fixture.spec.js.mp4" width="500" height="300" controls autoplay muted loop title="fixture.spec.js.mp4"></video>
<video src="./cypress/videos/helpers.spec.js.mp4" width="500" height="300" controls autoplay muted loop title="helpers.spec.js.mp4"></video>
<video src="./cypress/videos/iframe.spec.js.mp4" width="500" height="300" controls autoplay muted loop title="iframe.spec.js.mp4"></video>
<video src="./cypress/videos/interface.spec.js.mp4" width="500" height="300" controls autoplay muted loop title="interface.spec.js.mp4"></video>
<video src="./cypress/videos/locatorns.spec.js.mp4" width="500" height="300" controls autoplay muted loop title="locatorns.spec.js.mp4"></video>
<video src="./cypress/videos/popup.spec.js.mp4" width="500" height="300" controls autoplay muted loop title="popup.spec.js.mp4"></video>
<video src="./cypress/videos/sync.spec.js.mp4" width="500" height="300" controls autoplay muted loop title="sync.spec.js.mp4"></video>
<video src="./cypress/videos/time.spec.js.mp4" width="500" height="300" controls autoplay muted loop title="time.spec.js.mp4"></video>
</body>
</html>