Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: Cannot read properties of undefined (reading 'start') #5

Open
mehrdad2000 opened this issue Dec 16, 2023 · 0 comments
Open

Comments

@mehrdad2000
Copy link

Hi
after run this command got this error:

./jsonjunit --json myjson --junit myjunit

/opt/selenium/docker-selenium-side-runner/out/jsonjunit/node_modules/jsonjunit/lib/jsonjunit.js:35
var dateFormatted = new Date(jsonData.stats.start),
^

TypeError: Cannot read properties of undefined (reading 'start')
at Object.convertJson (/opt/selenium/docker-selenium-side-runner/out/jsonjunit/node_modules/jsonjunit/lib/jsonjunit.js:35:61)
at Object. (/opt/selenium/docker-selenium-side-runner/out/jsonjunit/node_modules/jsonjunit/index.js:33:23)
at Module._compile (node:internal/modules/cjs/loader:1376:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1435:10)
at Module.load (node:internal/modules/cjs/loader:1207:32)
at Module._load (node:internal/modules/cjs/loader:1023:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:135:12)
at node:internal/main/run_main_module:28:49

Node.js v20.10.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant