Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testing Website Directories - Potential Recipe #5

Open
ghost opened this issue Mar 18, 2021 · 0 comments
Open

Testing Website Directories - Potential Recipe #5

ghost opened this issue Mar 18, 2021 · 0 comments

Comments

@ghost
Copy link

ghost commented Mar 18, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants