mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-12 10:22:14 +01:00
test: add integration tests
This commit is contained in:
9
test/integration/testdata/page-1-html/index.html
vendored
Normal file
9
test/integration/testdata/page-1-html/index.html
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Page 1</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Page 1</h1>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user