Skip to content Skip to sidebar Skip to footer
Showing posts with the label Testing

Is There A Way To Capture Js Errors But Not Fail Testcafe Tests Because Of Them?

I'm currently starting to write some TestCafe tests, and came across an issue in our website wh… Read more Is There A Way To Capture Js Errors But Not Fail Testcafe Tests Because Of Them?

How To Test A Recursively Called Function In Nodejs?

I have a recurring function written in ES6/7 which is transpiled by babel. I have a recurring funct… Read more How To Test A Recursively Called Function In Nodejs?

Cloning Element Finders

While researching available ElementFinder and ElementArrayFinder methods, I've noticed that the… Read more Cloning Element Finders

Javascript Unit Test

I have a javascript app within 250 lines and want to add tests to that. Whenever i make a tiny chan… Read more Javascript Unit Test

Website Performance Testing: How Best To Approximate Computer Performance?

I have some browser-intensive CSS and animation in my webpage and I'd like to determine if the … Read more Website Performance Testing: How Best To Approximate Computer Performance?

Using Protractor With Phantomjs

I need to E2E test my AngularJS Application an Protractor seems like the right way to do it. Setup … Read more Using Protractor With Phantomjs