我有个问题。有没有人遇到过我在运行TestCafe和使用NIVO时遇到的问题?
所有命中NIVO的测试都失败,并显示以下错误消息:
A JavaScript error occurred on "https://localhost.dev.[webportal].com:3333/dashboard".
Repeat test actions in the browser and check the console for errors.
To ignore client-side JavaScript errors, enable the "--skip-js-errors" CLI option, or set the "skipJsErrors" configuration file
property to "true".
If the website only throws this error when you test it with TestCafe, please create a new issue at:
"https://github.com/DevExpress/testcafe/issues/new?template=bug-report.md".
JavaScript error details:
ref.add is not a function发布于 2021-06-30 15:40:57
所有更新都将发布到TestCafe存储库中的相应issue。
https://stackoverflow.com/questions/68136048
复制相似问题