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
Running the e2e tests is more important now that our production builds are more different than our development builds.
Note: This is different from another issue we have about running the apps( Add test for running the app #2166 ). Running the apps also has value, because it tests our packaging as well.
This one should work with the production build, and not the development server. Because we want to test the production build.
This provides something our existing e2e tests doesn't. There is code in Headlamp that only runs for the app, and not in the in-cluster version.
We need to have some e2e tests for our app.
Electron has a page in their documentation with some options: https://www.electronjs.org/docs/latest/tutorial/automated-testing#using-playwright
The text was updated successfully, but these errors were encountered: