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
The #4694 introduced e2e testing framework and the first test implementation. In order to simplify using it we need a way to package dependencies so that tests can be run easily.
Proposal
Add a Dockerfile in ui-test directory that has required version of nodejs and headless Chrome. The file can be used to build an images that can run UI e2e tests