Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
Mynij-unit-tests
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Alexandra Rogova
Mynij-unit-tests
Commits
9d6c6f4c
Commit
9d6c6f4c
authored
Apr 28, 2020
by
Alexandra
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Sitemap results
parent
5bcae244
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
Milestone2/results/sitemap.csv
Milestone2/results/sitemap.csv
+1
-0
Milestone2/unit_tests/test_sitemap.js
Milestone2/unit_tests/test_sitemap.js
+1
-1
No files found.
Milestone2/results/sitemap.csv
View file @
9d6c6f4c
file name,items,items in index,title found,content complete
./files/SITEMAP/sitemap_control.xml,100,100,true,true
Milestone2/unit_tests/test_sitemap.js
View file @
9d6c6f4c
...
...
@@ -26,7 +26,7 @@ function init_server (){
(
async
()
=>
{
init_server
();
browser
=
await
puppeteer
.
launch
(
{
headless
:
false
}
);
browser
=
await
puppeteer
.
launch
();
var
page
=
await
browser
.
newPage
();
await
page
.
goto
(
"
https://softinst115787.host.vifib.net/public/unit_tests/test_sitemap.html
"
);
const
[
fileChooser
]
=
await
Promise
.
all
([
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment