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

Add Cypress support for E2E #13

Open
vibgreon opened this issue Feb 11, 2022 · 2 comments
Open

Add Cypress support for E2E #13

vibgreon opened this issue Feb 11, 2022 · 2 comments
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@vibgreon
Copy link
Contributor

Description

As of now, the project lacks any core E2E testing. We would need a consistent E2E testing strategy to test our features over CI before rolling it out in production.

I would like it to use Cypress. The contributor who is planning on doing it should plan the core features that need to be tested, identify the user story and integrate this with the CI.

Cypress is a JavaScript-based end-to-end testing framework that doesn’t use Selenium at all. Cypress uses a BDD/TDD (Behavior Driven Development/ Test Driven Development) assertion library and a browser that can be paired with any JavaScript testing framework.

@vibgreon vibgreon added the kind/feature Categorizes issue or PR as related to a new feature. label Feb 11, 2022
@vibgreon
Copy link
Contributor Author

@RainbowMango I want to work on this issue even K8s dashboard uses Cypress for E2E testing wdyt?

@RainbowMango
Copy link
Member

+1
Impressive for your activity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

2 participants