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
We need to add an onboarding process for setting up the various component testing plugins. I would suggest also to add 3 different options at the start (before the test runner selection), with multi-select.
end-to-end testing
component testing
mobile testing
This will affect many of the rest of the questions/prompts.
We need to add an onboarding process for setting up the various component testing plugins. I would suggest also to add 3 different options at the start (before the test runner selection), with multi-select.
This will affect many of the rest of the questions/prompts.
Component testing
pluginsarray is populated with the selected pluginvite.config.js/vite.config.tsconfig file is created which loads thevite-plugin-nightwatchvite_dev_serversettings block which looks like:localhost:5173nightwatchfolder needs to contain anindex.jsxfile -- https://nightwatchjs.org/guide/component-testing/write-jsx-react-tests.html#loading-static-assetshttp://localhost:6006'stories/*.stories.jsx'