We have a CI/CD pipeline that runs our E2E test every time we commit a change to our PRs. We're consistently running into rate limiting issues. What are some solutions we can use so we can continue to have our E2E tests running on CI.
TL;DR
Developers having issues with E2E tests hitting rate limiting in CI/CD pipeline. Looking for solutions to resolve the problem and allow tests to run smoothly.