Automatically Improve the Quality of your Code
This talk presents some tools that can help you in automatically checking the code style and quality of your CSS, Sass, and JavaScript of your team to improve the project without slowing anyone down.
This talk presents some tools that can help you in automatically checking the code style and quality of your CSS, Sass, and JavaScript of your team to improve the project without slowing anyone down.
Appium, often dubbed “Selenium for mobile”, at heart it’s a web server written in NodeJs. Its architecture is modular, which means that it is composed of many small, independently maintained and tested modules. Testing Appium is challenging, but clearly very important, since thousands of users depend on this open source …
Avik Chaudhuri, Software Engineer at Facebook, and Jeff Morrison, Software Engineer at Facebook discusses how Facebook handle software testing and code analysis of its JavaScript code.
Jest is an open source tool developed by Facebook that provides painless JavaScript unit testing. It is built on top of the Jasmine test framework, using familiar expect(value).toBe(other) assertions.
CatJS is an open source automation framework with a new approach for testing your HTML and JavaScript based web applications on multiple environments such as browsers and mobile devices. With CatJS the developer is not forced to work with a specific method and can integrate his tests on any application …
Google Analytics, Like Buttons, Twitter Widgets, Olark chat boxes; all examples of third party JavaScript elements that are embedded by users in their websites. Testing third party code once embedded in a page, is often difficult and cumbersome. Verifying those elements are working properly (or even more basically, are not …