Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[feature]: Debugging Reporter (#2910)
* Add script command. Remove sample backend script Signed-off-by: sirugh <rugh@adobe.com> * Initial Signed-off-by: sirugh <rugh@adobe.com> * More Signed-off-by: sirugh <rugh@adobe.com> * cleanup Signed-off-by: sirugh <rugh@adobe.com> * remove unused const Signed-off-by: sirugh <rugh@adobe.com> * Update bug report template Signed-off-by: sirugh <rugh@adobe.com> * Update bug report template * Remove magento version check since not all backends will expose it Signed-off-by: sirugh <rugh@adobe.com> * process.version() -> process.version * Parsing package-lock.json directly to get version details. * Using @yarnpkg/lockfile to generate dep-version list. * Added try catch around os version check. * Removed unnecessary code. * Version updates. * Added supprort for multiple versions. * Minor logger change. * Added mock fixtures. * Added initial test work. * Added yarn.lock tests. * Added npm related tests. * Added other tests. * Added support for @adobe packages scanning. * Run tests if env is valid. Co-authored-by: Revanth Kumar <revanth0212@gmail.com> Co-authored-by: Revanth Kumar Annavarapu <35203638+revanth0212@users.noreply.github.com> Co-authored-by: Devagouda <40405790+dpatil-magento@users.noreply.github.com>
- Loading branch information