user3633222
user3633222

Reputation: 177

Post release trigger on VSTS, to run end to end test suite

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

Answers (1)

Marina Liu
Marina Liu

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

Related Questions