I am maintaining 2 solutions, one for dotnet core application and other one is for selenium project In selenium project I am giving url of that application which is on local host. Please guide me how to write yml file in gitlab.
I have given path of testing(selenium) project, in build stage and providing dll file path in testing stage. Do I have to give the path of application (which i am performing testing on )in build stage and also restore its nuget package and json? Please guide me for the yml file for 2 solutions