Skip to content
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

VSTest task support chutzpah with cypress #826

Open
ShaharM7 opened this issue Jun 6, 2023 · 0 comments
Open

VSTest task support chutzpah with cypress #826

ShaharM7 opened this issue Jun 6, 2023 · 0 comments

Comments

@ShaharM7
Copy link

ShaharM7 commented Jun 6, 2023

What would you like?

Given that I have an Azure DevOps release pipeline.
Now, I want to run my E2E tests on that release pipeline. I can do it in different ways for example: pre-deploy a complete environment of my product and then redirect the automation to this environment.

Now that I have all the necessary needs to run my E2E tests. So,
I need to Associate automated tests with test cases.
Then, I want to run automated tests from test plans.

Cypress doesn't support those two requirements, and I like to achieve that.
One of the options that I see is to use: azure DevOps task - VSTest, that support many Node.js frameworks' for example: using QUnit, Mocha, and Jasmine.
But, I want to add support for Cypress.io also, or maybe find a different solution for that.

Why is this needed?

First, I want to achieve that I using cloud services for my E2E tests, with the combination of the test plans and test suites on Azure DevOps.

Second, with that feature, we can enable, not for only developers to use Cypress. But, also for product managers that will see the power of cypress and how easy runs tests are for your modern web applications, debug them visually, and automatically run them in your continuous integration builds - on Azure DevOps release pipeline for example.

Other

I understand that it may need some integration with Azure DevOps services cloud.
I think for now the maximum we need is maybe to create our custom pipelines task extension, maybe add it to under Cypress Cloud - integrations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant