quasarframework / quasarframework/quasar-testing
[@quasar/testing-quality] Unknown command "serve" when executing serve:test:lighthouse
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 184
- Forks
- 67
- Avg merge
- 20h 53m
- Merged PRs (30d)
- 5
Description
Software version
"devDependencies": {
"@quasar/app": "^1.0.0-rc.6",
"@quasar/quasar-app-extension-testing": "^1.0.0",
"@quasar/quasar-app-extension-testing-e2e-cypress": "^1.0.0-beta.10",
"@quasar/quasar-app-extension-testing-quality": "^1.0.0-beta.8",
What did you get as the error?
$ yarn run serve:test:lighthouse
yarn run v1.16.0
$ quasar serve test/lighthouse/reports/ --port 8789
app Unknown command "serve" +2ms
Please note that running directly did work:
$ quasar serve test/lighthouse/reports/ --port 8789
# worked...
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the reported yarn run serve:test:lighthouse command with the listed Quasar testing extension versions, then compare it with the directly working quasar serve command. Trace how serve:test:lighthouse is defined and dispatched; done means the yarn script runs without the Unknown command error and still serves the Lighthouse reports on port 8789.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- cli, testing-qa
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100