selenium test in separate repo
My company tasked me in researching to find the best CI that fits our need. I am now working on appveyor as a proof of concept to show them it can work for us. In doing so I got stuck at the following situation
- we have one repo for main web app ( Azure Cloud Service ) and another repo for Selenium Tests.
I have seen appveyor discover tests that are in the same solution as the main web app. But in our case the Selenium Tests are in a separate .sln.
So how can I make the selenium tests that live in a separate repo and .sln part of the build process for the main web app?
Thank you
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Feodor Fitsner on 08 Oct, 2015 02:27 AM
This is how to clone private repo/sub-modules: http://www.appveyor.com/docs/how-to/private-git-sub-modules Another solution with GitHub token could be: http://www.appveyor.com/docs/how-to/git-push
Regarding tests auto-discovery - it won't work I'm afraid, but you can provide your own script/commands to call test runners with appropriate assemblies.
Let me know if you have any questions.
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 02:00 AM.