You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know this is a very old repository, but if this is still a work in progress for Wycliffe, there may be some thing that could help make the development of this progress easier.
What you are looking for is a web crawler that not only tests all links, buttons, and forms, but also archives each page when required (could be time-based). For testing, Docker has support for browsers at this time so you do not have to write shell scripts to install those kinds of dependencies.
I'm thinking that cypress would be a great interface for displaying the results of each check while simple-crawler fits the need. As the cherry on top, we add some more Node.js to download the files per event, along with the main script that ties everything together.
The text was updated successfully, but these errors were encountered:
I know this is a very old repository, but if this is still a work in progress for Wycliffe, there may be some thing that could help make the development of this progress easier.
What you are looking for is a web crawler that not only tests all links, buttons, and forms, but also archives each page when required (could be time-based). For testing, Docker has support for browsers at this time so you do not have to write shell scripts to install those kinds of dependencies.
I'm thinking that
cypress
would be a great interface for displaying the results of each check whilesimple-crawler
fits the need. As the cherry on top, we add some more Node.js to download the files per event, along with the main script that ties everything together.The text was updated successfully, but these errors were encountered: