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
Since the code tested for component testing is served through local server (ViteJS in most cases), the pipeline is more tricky than other cases : we can't use a deployed Selenium Grid, if we want to use a Gitlab service there has to be a two-way network access between service and job... (i'm actually stuck in how i can do it)
So i thought it could be very useful to have a documentation and/or an example of how running component tests in Gitlab CI, what do you think ?
Hello,
Since the code tested for component testing is served through local server (ViteJS in most cases), the pipeline is more tricky than other cases : we can't use a deployed Selenium Grid, if we want to use a Gitlab service there has to be a two-way network access between service and job... (i'm actually stuck in how i can do it)
So i thought it could be very useful to have a documentation and/or an example of how running component tests in Gitlab CI, what do you think ?