Add initial smoke tests and broken link check configuration#7
Merged
Conversation
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
10k24 | d25edfb | Jun 08 2026, 02:37 PM |
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
website | d25edfb | Commit Preview URL Branch Preview URL |
Jun 08 2026, 02:38 PM |
…tion or class' Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces a basic automated test workflow and adds a comprehensive smoke test suite to ensure the integrity of the generated static site. It also improves the metadata and description for the "Clocks" project, and makes minor updates to the package scripts and project TODOs.
Automated Testing and Smoke Test Suite:
.github/workflows/test.yml) to run tests automatically on push and pull request events, using Bun as the package manager and test runner.tests/smokedirectory with tests for:data.test.js): Checks thatmetadata.jsoncontains required fields and valid social links.links.test.js): Ensures all internal links, anchor fragments, and asset references in HTML files resolve correctly and are not broken.smoke.test.js): Verifies sitemap correctness, mapping from URLs to files, presence of required HTML elements, and existence of key static assets.Project Metadata and Description Improvements:
docs/projects/clock/index.html,src/projects/clock/index.liquid) to provide a consistent and descriptive summary for meta tags, Open Graph, Twitter cards, and visible page copy. [1] [2] [3] [4] [5]Build and Test Script Updates:
package.jsonscripts to run tests using Bun and moves the cspell lint to aposttestscript for improved workflow compatibility.Documentation and Planning:
TODO.md, clarifying the 404 page requirements and updating notes for the about page. [1] [2]