Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
SDK Reference
Run E2E tests using frontmcp test
@frontmcp/testing
nx test my-app nx test my-app --runInBand --coverage
{ "targets": { "test": { "executor": "@frontmcp/nx:test", "options": { "runInBand": true } } } }
runInBand
boolean
false
watch
coverage
verbose
timeout
number
# Run tests for affected projects only nx affected -t test
Was this page helpful?