-
Notifications
You must be signed in to change notification settings - Fork 94
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
Test nested HTML pages #213
Comments
FYI there are currently 48 HTML "nested" files not covered by tests:
|
Update: testing nested HTML pages is now possible after #266. Fixing this issue will require reviewing the untracked files and including the important ones. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently the HTML tests only cover the root module
M/index.html
page. The nested sub-pages are simply ignored. We can adapt the diffing to iterate on the full tree in theexpect
directory and validate it with the contents generated in_scratch
.The text was updated successfully, but these errors were encountered: