Skip to main content

All Questions

Tagged with
0 votes
0 answers
61 views

Need to show popup page in testcafe

My issue is I have a one web page with three button. If I click on new button one popup page should open. But in my case it's successfully hitting the new button but popup page is not visible. So ...
Priyanka Sawant's user avatar
0 votes
2 answers
96 views

Run test for multiple accounts on different providers

I'm trying trying to set up an e2e test suite for cypress. The project I want to test is kind of like vercel. It has multiple git providers where you can login and host your code from that gitprovider....
constantijn van hartesveldt's user avatar
0 votes
0 answers
245 views

Failed to find a DNS-record for the resource at "localhost" using Testcafe in Bitbucket Pipeline

I want to set up a bitbucket pipeline to run our end-to-end testing using testcafe for our angular application. We are using the guide from this link: https://testcafe.io/documentation/402821/guides/...
Jeson's user avatar
  • 261
0 votes
1 answer
54 views

TypeError undefined reading onDeviceChange makes the website crash if opened in testcafe

My goal here is to navigate with testcafe to my website (dev.remo.co) but for some reason Im getting the following. The code is really not relevant. I issued details in the hammerhead repo but I'm ...
user3303019's user avatar
0 votes
0 answers
105 views

Cannot execute test when it is redirected to another application

It shows an error in the URL when an application is redirected to another application with an authentication token in the URL. I have an application that is redirected to another application when a ...
Janesh Kodikara's user avatar
0 votes
1 answer
110 views

testCafe .switchToWindow() method - how to switch to new window using only part of the url hostname (or title)

I would like to switch to new window using just part of the url hostname. For example instead switchToWindow(w => w.url.host === 'testcafe.io') I would like to use sth like: (w => w.url.host =...
larry's user avatar
  • 1
0 votes
1 answer
207 views

TestCafe config setup for multiple environments

I'm wondering if it's possible to have a single .testcaferc.json file that provides config for all environments? We've got a lot of config that's shared, so I don't really want to create individual ...
Nick's user avatar
  • 2,451
0 votes
1 answer
98 views

TestCafe on a Mac - no admin privileges

I'm trying to set up testing with TestCafe on my work Mac. However, every time I try to run my tests, I get the message about TestCafe requiring Screen Recording privileges: TestCafe requires ...
Eric's user avatar
  • 729
0 votes
1 answer
45 views

Need to verify and output similarities and differences of data tables in two excel sheets using testcafe. Is there an approach to do it in testcafe?

Compare data in two excel sheets using testcafe I need the approach to follow to compare data in two excel sheets using testcafe
Gayani Madhushika's user avatar
0 votes
1 answer
74 views

Add test description in report

Is there a way to add custom text in testcafe reports? I would like to add a short description in the reports, so when somebody else checks it to be able to understand what the test does (especially ...
Marina Marin's user avatar
2 votes
1 answer
219 views

Act when element exists, but don't fail when it doesn't (Cypress E2E tests)

I'm writing E2E tests in Cypress (version 12.3.0). I have a page with a table in a multi-step creation process that requires some data from back-end application. In some cases (rarely, but it occurs) ...
Jonasz's user avatar
  • 1,772
0 votes
1 answer
99 views

Can't fetch data from json server when try to testing e2e form login page - React typescript

I get an error when try to test login page describe('Login form', () => { beforeEach(() => { cy.visit('/login', { timeout: 9000000000000 }); }); it('Should submit the form ...
Ahmed Radi's user avatar
0 votes
1 answer
122 views

TestCafe-use dispatchevent to press Digit1 and Numpad1

Gretting all.In TestCafe,there are pressKey()anddispatchevent()to use on press keyboard .I'm now struggling on one thing:I can't press the Numpad by neither pressKey() or dispatchevent().Here's what I'...
cPtz's user avatar
  • 1
0 votes
0 answers
129 views

Testcafe - Unable to click on login button

I am trying to automate logging into Guidewire policy center application. I am able to enter the username and password but the click for login button is not working. I have tried (commented code) -...
Newtoselenium's user avatar
1 vote
1 answer
248 views

Not able to open link in new tab using ctrl + mouse click in testcafe

import { fixture, Selector } from 'testcafe'; fixture`Fixture import`.only .page('https://testcafe.io/documentation/402634/guides'); test('Click a button', async t => { await t....
JANAKI RAMAYYA's user avatar

15 30 50 per page
1 2 3
4
5
71