Search
First Footage Of Star Wars: Andor Season 2 Is Revealed
12.11.2024
Another new showreel of Disney Plus’s upcoming shows has appeared, and alongside new glimpses of Daredevil, Ironheart and Alien: Earth, the first ever footage of Andor season 2 can be seen.Read more
The Rock’s Black Adam Production Begins on DC Comics Film
11.4.2021
Dwayne “The Rock” Johnson dropped a boulder on his fans this week by posting a Black Adam photo on Instagram to kick off production finally beginning for the long-awaited film.Read more
Getting Started with Front End Testing
20.1.2020
Amy Kapernick covers four types of testing that front-end devs could and should be doing:
Linting (There's ESLint for JavaScript and Stylelint or Prettier for CSS.)
Accessibility Testing (Amy recommends pa11y, and we've covered Axe.)
Visual Regression Testing (Amy recommends Backstop, and we've...
Using Percy to add visual testing to a Jekyll site
27.6.2019
Visual testing is the automated process of reviewing software from a purely visual standpoint. Instead of testing the code underneath, visual testing is all about what end users actually see and interact with.
Similar to functional testing, however, visual testing fits directly into your stack...
Using Percy to add visual testing to a Jekyll site
27.6.2019
Visual testing is the automated process of reviewing software from a purely visual standpoint. Instead of testing the code underneath, visual testing is all about what end users actually see and interact with.
Similar to functional testing, however, visual testing fits directly into your stack...
Awesome Visual Testing with Percy! (Sponsored)
3.5.2019
The more complex the applications I work on, the more I rely on and invest in testing. Whether it’s flow typing, jest tests, unit tests, or selenium tests, I rely on all of them to enforce integrity and save me from myself. One type of testing that’s incredibly important but often...
Testing for Visual Regressions with Percy
8.4.2019
It’s a Herculean task to test