With the new OAuth extensions, we could setup CI/CD to test also the scenarios behind authentication, instead of this manual flow:
OAuth E2E tests require authentication profiles to be configured.
To set up the required profiles, run:
mcpc login mcp.apify.com --profile e2e-test1
mcpc login mcp.apify.com --profile e2e-test2
You'll need a free Apify account: https://console.apify.com/sign-up
Some tests were skipped. Run the commands above to enable them.
With the new OAuth extensions, we could setup CI/CD to test also the scenarios behind authentication, instead of this manual flow: