Patryk Karny

Results 2 comments of Patryk Karny

for me the solution with JWT worked: ```ts const auth = new google.auth.JWT({ keyFile: 'path-to-service-account.json', scopes: [ 'https://www.googleapis.com/auth/calendar', 'https://www.googleapis.com/auth/calendar.events', ], subject: '[email protected]', }) ```

Similar here. We use `cypress 12.5.1` and `@testing-library/cypress 9.0.0`. Everything worked fine until yesterday when the test hung on `cy.findAllByTestId` and failed after the timeout. The issue happened only `CI`....