Fix code quality issues: update Cypress tests to use custom commands, fix workflow files, update documentation

This commit is contained in:
2025-04-22 22:10:55 +01:00
parent 953bf3f6bb
commit f3d6bd2434
6 changed files with 36 additions and 48 deletions

View File

@@ -32,10 +32,7 @@ jobs:
npm ci --dry-run
- name: Lint JavaScript files
run: |
echo "Linting JavaScript files"
# Add your linting command here when you have one
# For example: npm run lint
run: npm run lint:js
# Note about e2e tests
- name: Note about e2e tests