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
If you take a look at the package.json file you'll notice there is a package called karma-chrome-launch. You may wish to add karma-vivaldi-launcher to your project to launch Vivaldi.
I modified
test-config/karma.conf.js
file.And replaced
browsers: ['Chrome'],
tobrowsers: ['Vivaldi'],
.I run
npm run test
.But,
Cannot load browser "Vivaldi": it is not registered! Perhaps you are missing some plugin?
message.The text was updated successfully, but these errors were encountered: