Skip to content

Commit

Permalink
make build
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrii-Yanchuk committed Sep 9, 2024
0 parents commit 72fd6ff
Show file tree
Hide file tree
Showing 19 changed files with 2,358 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>Document</title></head><body> Hello, world! </body></html>
Binary file added report/bitmaps_reference/Entire_document.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions report/bitmaps_test/20240909-154104/report.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"testSuite": "BackstopJS",
"tests": [
{
"pair": {
"reference": "..\\bitmaps_reference\\Entire_document.png",
"test": "..\\bitmaps_test\\20240909-154104\\Entire_document.png",
"selector": "document",
"fileName": "Entire_document.png",
"label": "Entire document",
"requireSameDimensions": false,
"misMatchThreshold": 1,
"url": "http://localhost:3001/index.html",
"referenceUrl": "https://mate-academy.github.io/layout_solutions/hello-world/",
"expect": 0,
"viewportLabel": "custom-size",
"diff": {
"isSameDimensions": true,
"dimensionDifference": {
"width": 0,
"height": 0
},
"misMatchPercentage": "0.00"
}
},
"status": "pass"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added report/html_report/assets/fonts/Lato-Bold.ttf
Binary file not shown.
Binary file added report/html_report/assets/fonts/Lato-Regular.ttf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions report/html_report/config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
report({
"testSuite": "BackstopJS",
"tests": [
{
"pair": {
"reference": "..\\bitmaps_reference\\Entire_document.png",
"test": "..\\bitmaps_test\\20240909-154104\\Entire_document.png",
"selector": "document",
"fileName": "Entire_document.png",
"label": "Entire document",
"requireSameDimensions": false,
"misMatchThreshold": 1,
"url": "http://localhost:3001/index.html",
"referenceUrl": "https://mate-academy.github.io/layout_solutions/hello-world/",
"expect": 0,
"viewportLabel": "custom-size",
"diff": {
"isSameDimensions": true,
"dimensionDifference": {
"width": 0,
"height": 0
},
"misMatchPercentage": "0.00"
}
},
"status": "pass"
}
]
});
1,843 changes: 1,843 additions & 0 deletions report/html_report/diff.js

Large diffs are not rendered by default.

Loading

0 comments on commit 72fd6ff

Please sign in to comment.