I run my test through Azure DevOps and the neoload-cli task for configure and launch my neoload test. i would like to apply a different settings of my project without opening again my project. I see it s possible in the doc but dont know if we can do it with NeoLoad-cli ? My project is in a git repo ans uploaded via neoload -cli. And i would like to use yaml file to overrride some settings but i dont know if its possible .. This is my pipeline :
displayName: Run the NeoLoad test continueOnError: true inputs: targetType: 'inline' script: | neoload run \ --name "${{parameters.TitleTest}} $(DateBuild)" --description "${{parameters.DescriptionTest}}"
Hi, yes, this is possible, you would need a default.yaml file in the root of the project you upload for Neoload Web to read, this can reference other yamls