-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
feat(tests): Run Playwright tests using bundles. #4551
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 19 commits
34de27d
f64c953
6389f7d
8aa54db
3586b49
ea4044f
05692e2
de4e070
b90bd61
ad1918d
2897b84
627de51
a7bc9de
14cbf6a
efe3ced
0659941
3687d0c
f69b8a9
2d00b51
f4c0ebd
69ae75a
2c0f8aa
11caa05
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<html> | ||
<head> | ||
<meta charset="utf-8" /> | ||
</head> | ||
<body> | ||
<a id='navigate' href="foo">Navigate</button> | ||
</body> | ||
</html> |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<html> | ||
<head> | ||
<meta charset="utf-8" /> | ||
</head> | ||
<body> | ||
<button id="throw-error">Throw Error</button> | ||
<button id="capture-exception">Capture Exception</button> | ||
</body> | ||
</html> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,9 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<script src="{{htmlWebpackPlugin.options.initialization}}"></script> | ||
<meta charset="utf-8" /> | ||
</head> | ||
<body> | ||
<button id="start-transaction">Start Transaction</button> | ||
<button id="go-background">New Tab</button> | ||
<script src="{{htmlWebpackPlugin.options.subject}}"></script> | ||
</body> | ||
</html> |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<html> | ||
<head> | ||
<meta charset="utf-8" /> | ||
</head> | ||
<body> | ||
<button id="go-background">New Tab</button> | ||
</body> | ||
</html> |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<html> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta name="sentry-trace" content="12312012123120121231201212312012-1121201211212012-1" /> | ||
</head> | ||
</html> |
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<html> | ||
<head> | ||
<meta charset="utf-8" /> | ||
</head> | ||
<body> | ||
<div>Rendered</div> | ||
</body> | ||
</html> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,11 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<title></title> | ||
<script src="{{htmlWebpackPlugin.options.initialization}}"></script> | ||
</head> | ||
<body> | ||
<img src="https://example.com/path/to/image.svg"> | ||
<img src="https://example.com/path/to/image.svg" /> | ||
<script src="https://example.com/path/to/script.js"></script> | ||
<link href="https://example.com/path/to/style.css" type="text/css" rel="stylesheet"> | ||
<link href="https://example.com/path/to/style.css" type="text/css" rel="stylesheet" /> | ||
<span>Rendered</span> | ||
</body> | ||
</html> |
This file was deleted.
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.