Selenium Integration Testing with Matrix Build...

alex.schwantes's Avatar

alex.schwantes

27 Oct, 2015 01:57 PM

Our goal is to have Appveyor build the .Net application for a number of different countries (build configurations) and deploy it to designated test environments for each country and then execute Selenium automation tests against each of these country environments independently. The selenium tests are currently built in a separate MSVS project that customises the tests based on the country that it is testing (also set by build configuration).

I am not sure how Appveyor handles this type of configuration. Can we use a build matrix to run the same build/deploy/test process for each country? How are the results for the build matrix represented, ie all in one page or a different page for each combination of the build matrix? I think what we would like to see is a separate results page for each country that shows the information from the build/deploy/test process.

Would you recommend executing the Selenium system tests within the dev build (matrix) job or to have them in a separate build job that is kicked off automatically after the completion of a build?

  1. Support Staff 1 Posted by Feodor Fitsner on 27 Oct, 2015 11:33 PM

    Feodor Fitsner's Avatar

    Yes, matrix can be used to run tests in multiple jobs against different locales. You can define your own custom environment variables in the matrix.

  2. Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 02:01 AM.

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