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