You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently, we have some e2e tests that require access to the youtube api. This is not ideal because it means we have to put our youtube api key in the repo secrets, and there's a risk it could get leaked.
Describe the solution you'd like
We should be able to start up a server and direct youtube api requests to that instead for testing.
Is your feature request related to a problem? Please describe.
Currently, we have some e2e tests that require access to the youtube api. This is not ideal because it means we have to put our youtube api key in the repo secrets, and there's a risk it could get leaked.
Describe the solution you'd like
We should be able to start up a server and direct youtube api requests to that instead for testing.
https://www.mock-server.com/ might be sufficient.
Additional context
No response
The text was updated successfully, but these errors were encountered: