Reputation: 177
Is there an option to trigger a test-suite based on javascript
somehow?
I do run unit-tests as part of our build process, but when I have made a release I would like to run some end to end tests. And I am not sure where on VSTS
I would trigger something like that.
Thanks.
Upvotes: 0
Views: 97
Reputation: 38106
You can add tasks for E2E tests in the end of your release definition, and conditional runs E2E tests based on your javascript (upload the file as build artifacts if necessary) and custom conditions.
Upvotes: 1