Webship-js: When I reload the page

When designing automated tests for websites, we often focus on clicks, data entry, or verifying elements... However, there’s one crucial step that many overlook — reloading the page.This action si...
0 Read More

Test isolation is (not) fun

Test isolation is (not) fun
Writing a single test is fun. Writing a test suite that scales is… sometimes less fun.The more tests you write the less it becomes a matter of individual tests, and more a matter of designing the wh...
0 Read More

The Time this Broke My Brain

When I was first learning JavaScript in Turing's Mod 1, I felt like I was making real progress. I could write loops. I could use conditionals. I was wrapping my head around functions, arrays, and obje...
0 Read More

FSCSS introduction

FSCSS (Figured Shorthand Cascading Style Sheet) is a styling approach designed to simplify CSS by using shorthand techniques. It allows developers to write more concise and efficient styles, reducing ...
0 Read More