Skip to content Skip to sidebar Skip to footer
Showing posts with the label Automated Tests

Some Protractor Tests Are Skipped

When I launch protractor conf.js and this file needs to launch multiple spec files (like below), so… Read more Some Protractor Tests Are Skipped

Using Testcafe 'requestlogger' To Retrieve Chrome Performance Logs Fails

This is in continuation of this thread: Is there a way in TestCafe to validate Chrome network calls… Read more Using Testcafe 'requestlogger' To Retrieve Chrome Performance Logs Fails

How To Find Specific Row In Ng-table By Text [protractor]

I want to select specific element from a table by the second column value (I removed the whitespace… Read more How To Find Specific Row In Ng-table By Text [protractor]

How To Enable Private Browsing For Safari In The Protractor Configuration

I've been searching for a way to enable private browsing for Safari in the protractor conf file… Read more How To Enable Private Browsing For Safari In The Protractor Configuration

Clicking 'ok' On Alert Or Confirm Dialog Through Jquery/javascript?

I was thinking of writing some UI tests in backbone.js and jquery. They may not be the best way to … Read more Clicking 'ok' On Alert Or Confirm Dialog Through Jquery/javascript?

Select Ok Button From N'th Modal Opened In Testcafe

I open two modals in my testing, and I want to be able to click on the 'OK' button in the s… Read more Select Ok Button From N'th Modal Opened In Testcafe

How To Test Css Properties Of Pseudo Elements In Nightwatch

I want to test the background image is correct on my website using Nightwatch, but its set to be th… Read more How To Test Css Properties Of Pseudo Elements In Nightwatch