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

Implement daily automated testing of Youtube player #330

Closed
benoit74 opened this issue Jun 24, 2024 · 2 comments · Fixed by #351
Closed

Implement daily automated testing of Youtube player #330

benoit74 opened this issue Jun 24, 2024 · 2 comments · Fixed by #351
Assignees
Milestone

Comments

@benoit74
Copy link
Collaborator

We need to automate the testing and alarming of important Zimit functions, to ensure to be aware of broken things before asap.

Ideally we would like to run these tests daily.

Youtube player is probably the most fast changing and widely shared components among websites, so we propose to start by implementing on this use case.

What needs to be done:

  • which tooling is appropriate (CircleCI?)?
  • how do we test the Youtube player is still working?
@benoit74 benoit74 added this to the 2.1.0 milestone Jun 24, 2024
@benoit74 benoit74 self-assigned this Jun 24, 2024
@rgaudin
Copy link
Member

rgaudin commented Jun 24, 2024

  • which tooling is appropriate (CircleCI?)?

What's the value of CircleCI vs Github Actions in this case? Never used CircleCI…

  • how do we test the Youtube player is still working?

We are using https://www.cypress.io/ on wp1 ; Might be a good option.

@benoit74
Copy link
Collaborator Author

What's the value of CircleCI vs Github Actions in this case? Never used CircleCI…

I don't know CircleCI at all, just reported what the chef said ^^ But never intended to implemented this blindly of course ^^

We are using https://www.cypress.io/ on wp1 ; Might be a good option.

Youtube scraper too now ^^

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

Successfully merging a pull request may close this issue.

2 participants