Tag: framework
-
Cypress E2E testing best practices + gotchas
Cypress E2E testing best practices + gotchas Cypress is a new testing framework that we just moved to, so it is common to have growing pains and learning the ins and outs as we work with it more. Here are some common practices that we found to prevent any flakiness in the tests. Always clean […]
-
Unit Tests in Angular 2
Recently at my new company, Spigit, I’ve started on working on unit testing. Now, previously I’ve done unit testing and end to end testing using NighwatchJS at Walmart Labs. And now with my new project, I have to use Angular 2. After working with Angular 2 for a few months now and ReactJS last year, […]
-
Web Development frameworks
There’s an article on wikipedia comparing different web frameworks: The scope and breadth of these frameworks is quite vast, and it would be nice to do a more thorough comparison, especially among the ones using the same language. ASP.NET for example, has no less than six different web frameworks; quite daunting if you wanted to […]