testcafe Questions

1

Solved

I'm using testcafe for e2e testing my current e-commerce project. On the product listing page, I use a Selector to select a product tile and perform a click. After this, the page loads the product ...
Newfangled asked 29/8, 2018 at 13:11

1

I have the error: Subsequent variable declarations must have the same type This is occurring because two of my dependencies, both of which I need; declare the same type. Jest :/node_modules/@type...
Without asked 9/5, 2018 at 20:19

1

Solved

I use TestCafe to automate testing a specific function. In this function, the user is only allowed to have 5 entries. On the site is a label that indicates how many entries are left. When the user...
Storeroom asked 12/12, 2017 at 10:42

1

Solved

What problems does TestCafe overcome that justify its adoption over Selenium? Is it worth to port over older test suits to TestCafe?

1

Solved

I understand TestCafe attempts to replace Webdriver based test frameworks like Selenium. I couldn't find examples of integration with BDD (cucumber) yet.
Casavant asked 13/11, 2017 at 15:31

1

UPDATE: Regarding to another(hammerhead) bug we were forced to use minified code in testcafe test. Since this bug is resolved we're now able to run the tests against non minified code. But still...
Communist asked 4/9, 2017 at 12:40

1

Solved

I'm having trouble making the selection of the element that conditionally appears on a page. I've tried awaiting but it didn't work. // Gets imported as detailedProductPage export default class P...
Octennial asked 31/8, 2017 at 14:59

1

I'm using testcafe to run some tests in an ecommerce page, but a random pop up is breaking the test. When it appears on the window, the Testcafe is unable to click on the next selector and move for...

1

I'm trying to pass arguments to a function that uses async/await. I've defined my function like so // common.js export const myAsyncFunc = async (t, textA, textB) => { await t .typeText('#in...
Tanyatanzania asked 17/7, 2017 at 15:25

1

Solved

I want to detect URL is redirected to the login page when clicking something that needs to log in first. Is there any way to achieve that?
Photoactinic asked 3/7, 2017 at 6:13

2

Solved

I want to do automated testing of DevExpress control. I have found some frameworks like guia, NUnitForm etc. but they all are for standard WPF controls. Is there any other framework which c...
Achromatism asked 5/9, 2013 at 6:11

© 2022 - 2024 — McMap. All rights reserved.