Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,17 @@ npm run test:php -- --filter <test name>
npm run test:php -- --group <group name or ticket number>
```

To run the JavaScript (QUnit) tests:

```
npm run grunt qunit:compiled
```

`qunit:compiled` builds first, then runs the suite. The QUnit runner loads
scripts from the built `build/` directory, so a plain `npm run grunt qunit`
requires a completed `npm run build` first without a build, every test fails
with a `jQuery is not defined` error.
Comment on lines +106 to +109

#### To lint the workflow files

GitHub Actions workflows operate in a privileged software supply chain environment, therefore all workflow files must adhere to a high degree of quality and security standards.
Expand Down