sitespeedio / sitespeedio/sitespeed.io
Not able to run a test using node.js, npm - issue
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 5k
- Forks
- 624
- Avg merge
- 4h 8m
- Merged PRs (30d)
- 2
Description
Your question
The idea is to run the test using node.js and attach to this process for further debugging. I want to execute the test and see the actions that are performed in the browser with the possibility of debugging the test using Visual Studio Code.
- Installed the latest node.js, npm, and sitespeed.io globally on my local machine.
- Verified that npm, Node.js, and sitespeed.io have been successfully installed by checking versions.
- Checked that environment variables exist in system properties: \AppData\Roaming\npm\node_modules\sitespeed.io\bin and \AppData\Roaming\npm
When all above mentioned is completed I try to run the test for example using such command:
sitespeed.io https://www.sitespeed.io/ -b chrome
Nothing is returned by the console, the browser page is opened and contains:
I'm expecting to see the test that is executing in the browser.
Could someone please assist in resolving this issue?
Thanks in advance!
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
Start by reproducing the reported command, sitespeed.io https://www.sitespeed.io/ -b chrome, with the stated Node.js, npm, and sitespeed.io installation. Compare the console behavior and browser page with the expected test execution and Visual Studio Code debugging workflow; done means identifying a reproducible cause or documenting the correct invocation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, node.js
- Domain
- cli, testing
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 15/100