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
Improve the Cypress test for checking article links
Handle anchor links, warn about missing anchors
Handle download links--only check for a success header without downloading the file
Add lefthook.yml pre-commit commands to run the test for staged files for each product/version.
Map staged file paths to their URLs and pass them to the link checking test. It needs to work for both cypress open --e2e (for debugging in the UI) and cypress run (in the terminal).
Update package.json scripts
The text was updated successfully, but these errors were encountered:
jstirnaman
changed the title
Enterprise get-started is missing write path steps and recent fixes
CI: Use lefthook to run link checking on pre-commit
Mar 12, 2025
Add
lefthook.yml
pre-commit commands to run the test for staged files for eachproduct/version
.Map staged file paths to their URLs and pass them to the link checking test. It needs to work for both
cypress open --e2e
(for debugging in the UI) andcypress run
(in the terminal).Update
package.json
scriptsThe text was updated successfully, but these errors were encountered: