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?

Protractor Unknown Error, Removing Attribute From Dom

Im new to protractor and trying to remove attribute from DOM but getting 'unknown error', I… Read more Protractor Unknown Error, Removing Attribute From Dom

Extending Supertest

I like to use SuperTest to work with my auth system like this: const request = require('./v… Read more Extending Supertest

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

Sonarqube Test Coverage With Istanbul : No Coverage Property. Skip Sensor

I'm trying to output some test coverage (lcov) reports from istanbul into sonarqube to analyse … Read more Sonarqube Test Coverage With Istanbul : No Coverage Property. Skip Sensor

How To Determine How To Compare Website Navigation Text/links To Config

I'm trying to create a test using TestCafe/JavaScript that will compare a website's top me… Read more How To Determine How To Compare Website Navigation Text/links To Config