You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello !
Based on the title mentioned, the current testing status shows that the sum of passed and failed tests does not match the total count. Additionally, an error occurs during the final execution. Could it be that my Node version is too new? Or there is any recommend Node version?
Also when i tried in Node v16.14.2 , total count become correctly.
Finally , I have some questions about the testing data. Apologies, I'm not very familiar with unit testing. Is it normal for the URL of the test data to be inaccessible?
it's there any solution can i fixed the problem of this incorrect total result at node v20?
Please help , Thank you!
The text was updated successfully, but these errors were encountered:
So I ran it just now using NodeJS version 20.15.1, and (while it had louder complaints about the use if Buffer) it seemed to run against the default ADL LRS just fine. It looks like it's having some trouble finding a log file or something -- does your console give any more information about that?
For the "fileUrl` bit, that's just a URI for the test -- not intended to be accessible in this case etc. :-)
node bin/console_runner.js -e http://localhost:7071/api/v1/lrs -x "2.0.0"
Hello !
Based on the title mentioned, the current testing status shows that the sum of passed and failed tests does not match the total count. Additionally, an error occurs during the final execution. Could it be that my Node version is too new? Or there is any recommend Node version?
Also when i tried in Node v16.14.2 , total count become correctly.
Finally , I have some questions about the testing data. Apologies, I'm not very familiar with unit testing. Is it normal for the URL of the test data to be inaccessible?
it's there any solution can i fixed the problem of this incorrect total result at node v20?
Please help , Thank you!
The text was updated successfully, but these errors were encountered: