Questions tagged [e2e]

146 questions
0
votes
0 answers

Detox e2e React Native (android) at Windows OS

I can not select an image below image enter image description here
bala ji
  • 1
  • 1
0
votes
1 answer

Fails to launch browser in cluster using playwright

I am trying to deploy playwright into a cluster using as docker image, Evrything works fine in local system but as soon as I put it in a pod, gets an error saying 1) [webkit] › dummy.spec.js:7:8 › API Designer › Should display data in All Services…
0
votes
0 answers

Is it possible to limit storageState/use to the test describe block in Playwright?

I am working on storageState/use for a one-time authentication strategy, the problem is that storageState is not reflected on the page on each test suite while limiting a storageState to a test describe block. import { faker } from…
James Lin
  • 162
  • 3
  • 18
0
votes
0 answers

How to mock or bypass Navigator.credentials in E2E test cypress?

How do I mock this message when using cypress? its comes out of Navigator.credentials how to pass this authentication when trying to use cypress ? do I need to adjust the app to provide a bypass?
David
  • 1,284
  • 1
  • 11
  • 21
0
votes
1 answer

how to allow cypress cookie same site lax ? during SSO

Part of my cypress e2e is to do google authentication. however part of the redirects that occurs one of the domain can't save the cookie because it's define as samesite=lax. How to allow cypress to do SSO process with cookie that need to be…
David
  • 1,284
  • 1
  • 11
  • 21
0
votes
2 answers

Cypress - using select() method with {scrollBehavior: 'center'}

Website i am testing uses fixed menu, so i need to use {scrollBehavior: 'center'} setting for click methods, to avoid getting error saying that element i want to interact with is covered by my menu. Same problem occurs with