JS-Republic - nightwatch

How to setup Nightwatch in a multi-OS configuration

Introduction This article is a follow up of https://www.ux-republic.com/introduction-to-nightwatch-for-lightning-acceptance-tests/ Nighwatch in a team with multiple Operating systems In the real world, you may encounter a team running several OSes: Windows, MacOS, Linux, etc. When you want to run an acceptance test, it must be … Read the article

JS-Republic - nightwatch

Introduction to Nightwatch, for lightning acceptance tests

Since a few months, developers are wondering what should be used for their acceptance tests in a new project. CasperJS Team hasn't released any update for a long time. Protractor never really convinced the Angular community, therefore it does not seem to be a solid solution. Fortunately, the JS community came to the rescue! Here comes Nightwatch (no, it's not related to Game Of Thrones …)

Read the article

JS-Republic - nightwatch

Introduction to Nightwatch, for ultra-fast acceptance testing

For the past few months, developers have been wondering what to use for acceptance testing in new projects. With CasperJS not having released a new version in a long time and Protractor never really proving successful for Angular projects, the landscape seemed rather barren in terms of a solid solution. But that was without considering the community that created Nightwatch (no, not the same ones as in Game of Thrones…)

Read the article

JS-Republic - HTML5 Audio

Web Audio API

The Web Audio API allows you to play, manipulate, and synthesize sound within a web application. Generally speaking, you can work with three different objects: sources, effect filters, and the analyzer. Sources can be any audio source… Read the article