-
Notifications
You must be signed in to change notification settings - Fork 6
Set up CI with Azure Pipelines #13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
dc39f60
to
d67baa8
Compare
Added requirements-dev.txt
d67baa8
to
ea7c24d
Compare
26dfbc4
to
0db2b03
Compare
427ac3d
to
8299ea7
Compare
…amework-seleniumlibrary into azure-pipelines
a32b010
to
27e5146
Compare
Same structure as original.
27e5146
to
8507332
Compare
Set azure config for MacOS.
I'm a Program Manager for Azure Pipelines. Let me know if you have any questions or suggestions. I'm happy to help! |
@kaylangan Hello, and thank you for your support. I am new in Azure, and I am trying to run the acceptance tests of this project. This experience will also propagate to other projects of our robotframework organization. After having success with the jobs and tasks, I have found that the webdrivers where not installed on the machines, or they are but not in PATH. I did attempt to download and extract but no success. So these are my needs:
Note: I tried to use this solution, to download IEDriverServer: microsoft/azure-pipelines-tasks#8798 I plan to test on 'macOS-10.13', 'Ubuntu 16.04', 'vs2017-win2016' |
@HelioGuilherme66 Let me check with our test team. Thanks for your patience! |
@HelioGuilherme66 - Chrome, Firefox and IE (and corresponding webdrivers to match the browser versions) are available on the hosted Windows Agents. These can be accessed through environment variables as mentioned in the doc. The Ubuntu and macOS images have browsers, but not the webdrivers yet. This is on our backlog to address with a priority. |
742575b
to
4422166
Compare
First version for Windows machine.