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
A local web server will allow tests to function as expected. In theory, this should also expedite development as one will not need to manually load the extension into the browser.
[This extension] uses Selenium to emulate a Chrome runtime.
[Webserver implementation] to improve development workflow and support automated testing.
Needed for #14 to provide value.
The text was updated successfully, but these errors were encountered:
I just added a hot-reload plugin which has the extension query its local files to see if there were changes (after all, they are tied to your computer's filesystem). So a webserver may not be necessary anymore. Still need to fix webpack development which doesn't rebuild everything properly.
A local web server will allow tests to function as expected. In theory, this should also expedite development as one will not need to manually load the extension into the browser.
[This extension] uses Selenium to emulate a Chrome runtime.
[Webserver implementation] to improve development workflow and support automated testing.
Needed for #14 to provide value.
The text was updated successfully, but these errors were encountered: