Is your feature request related to a problem? Please describe.
At this point, UI tests are part of the unit tests folder and by default these tests can't run on the server. From the logical point of view, it makes sense to set them as integration tests and separate them from the actual unit tests.
Describe the solution you'd like
Move tests into integration tests folder.
Is your feature request related to a problem? Please describe. At this point, UI tests are part of the unit tests folder and by default these tests can't run on the server. From the logical point of view, it makes sense to set them as integration tests and separate them from the actual unit tests.
Describe the solution you'd like Move tests into integration tests folder.