Closed AniqJaved closed 2 years ago
✅I have added two themes which are following docker color palette. 🚀In case of further modifications, kindly let me know.
Sure👍
@loopDelicious I have added changes🚀 to the references of the classname.
@AniqJaved
Hello @loopDelicious, so i encountered this error
App.tsx:166 Uncaught TypeError: Cannot read properties of undefined (reading 'length') at App (App.tsx:166:1)
I wanted to ask that what this line of code is supposed to do: -r htmlextra --reporter-htmlextra-template /file.hbs; cat ./newman/*.html"`,
@AniqJaved that line applies the custom reporter defined in the file.hbs
handlebars template, and then displays the HTML results of the collection run.
If you're having trouble setting it up locally, please let me know what you're stuck on. Since I might be missing a step in my documentation.
The error that I am having is:
App.tsx:166 Uncaught TypeError: Cannot read properties of undefined (reading 'length') at App (App.tsx:166:1)
Also there is no display at the docker desktop as I add api key:
@AniqJaved I merged a different pull request, and made some minor updates. Can you please pull the latest code from GitHub? And then run make && make update
to update your local extension? Let me know if that's works!
Nopes, still facing the same problem
@AniqJaved can you double check to make sure you updated to the latest extension? App.tsx should contain a new const called apiKeyInContext
. I wonder if you need to re-run all the setup scripts described in the Readme.
And does the collection you're running include at least 1 request?
Yep it got working thanks @loopDelicious. I have added a PR in that regard. Also I have made a short video for the functionality check.
Addressed in #13
…le.hbs