Skip to main content

All Questions

0 votes
0 answers
35 views

Testcafe how to test dynamic url popup window that is dependat on previous tab still being opened

I am testing a payment checkout. The normal flow is that you press a button with a dynamic url (href="javascript;:"), a popup window opens up, you enter the payment details and accept, when ...
Nermin's user avatar
  • 859
0 votes
2 answers
57 views

How do I call a function in cypress.io for E2E test automation?

I am in a QA bootcamp (Coding Temple) and I am working on an assignment where we take pseudo code and turn it into an automated test using javaScript functions in cypress. However, I just cannot get ...
Immaculate Leila's user avatar
2 votes
1 answer
1k views

How to fix flaky test on Playwright?

Hi I have this app that I'm testing. The app itself will fill the value and click the button to provide the data on table. However, in reality it takes more than 40 seconds to load the data itself so ...
Chukchak's user avatar
0 votes
1 answer
86 views

How to automate moving two headers in a horizontal Ant Design step range slider using Cypress?

I have been trying to move the two headers of an Ant design step range slider using the cypress automation. It was for selecting a salary range in our project, so to filter salaries based on the ...
Ruwanthi Gunathilaka's user avatar
1 vote
1 answer
80 views

Pyautogui can not interate with "User-Consent" dialog

i encountered a Windows automation problem. Background: I need to automated the vPro remote desktop E2E flow,the target PC will pops up a "User-Consent" dialog to choose if connect. I try to ...
GaviZ's user avatar
  • 11
0 votes
2 answers
2k views

How to scroll to the very top of the page in Cypress [duplicate]

I am trying to fetch an api and mock data with my own data on search. Below is my cypress code. In my UI, there is a searchbox at the near top of the page below app header bar. The problem is after ...
Demo Guy's user avatar
1 vote
0 answers
30 views

Karate UI automation: Not identify locator when calling test case of other feature file and storing feature file variable in other feature file

def storeInfo = call read('classpath:com/features/appABCTest.feature@CreateStore') def storeName = createStore.storeLocation waitFor('#loc') click('#loc') If I am using * call read('classpath:com/...
Satya's user avatar
  • 19
0 votes
1 answer
83 views

testCafe --Unable to get the content of the exported file

Business scenario: Click the button to export the content of the table as an Excel file. I need to test whether the data in the table is equal to the content of Excel. It is enough to judge that the ...
Sunny Hu's user avatar
0 votes
2 answers
440 views

ERROR TypeError: Cannot read properties of null (reading 'pendingTaskDonePromise')

I am using Jenkins to run some tests. We seem to get some errors after updating to the latest version of testcafe. 12:13:30 ERROR TypeError: Cannot read properties of null (reading '...
Joey Bouten's user avatar
0 votes
1 answer
75 views

How to create a bookmark for a url and reopen the bookmark in chrome using TestCafe automation

I have a scenario where I need to bookmark my report url and then changed the user permission to not to allow to view the report. If the same user try to open the saved bookmark url he should not be ...
Mukesh's user avatar
  • 63
0 votes
1 answer
311 views

TestCafe works on node 14 but fails on node 18

We have a number of working TestCafe tests for our application, and they've been working very well (95-100% success). We've been on node 14 and are upgrading to node 18 because of node EOL support. ...
JESii's user avatar
  • 4,846
0 votes
0 answers
45 views

Testcafe- unable to launch long url with 4127 characters

We are sending a payload token in URL on redirect which is lengthy encrypted payload which is around 4127 characters and TestCafe is unable to process this url and seeing blank page It works with ...
SuseelaD's user avatar
6 votes
1 answer
557 views

How do I prevent Testcafe interacts with the target element even if overlapped by another element?

Description: The bug has been introduced preventing the customer to click on an element that he was would be supposed to click How? Steps explanation: Here is what happens on our payment page ...
Emine Cevik's user avatar
0 votes
0 answers
49 views

TestCafe Can't Find Tests, Sort Of

All of a sudden, my TestCafe setup can't find named tests. For example, if I run testcafe chrome tests/myfolder/my-test.ts, it will not run as the test file cannot be found. However, if I run ...
Superfreak3's user avatar
0 votes
1 answer
66 views

Testing Facebook Login using testcafe

I'm currently encountering an issue with the Facebook Login app while running e2e tests using TestCafe. The app has been properly configured, and regular logins work without any problems. However, ...
Oscar Teeninga's user avatar

15 30 50 per page
1
2 3 4 5
74