I realised that I haven't talked about automation for a while, even though it's a part of the job I enjoy just as much as coercing/tricking people into talking to each other. So I wrote a few small tests to show some of the basics I have learnt, and I'm documenting it so that future… Continue reading Starting with UI tests in Cypress
Tag: javascript
Serving files using ExpressJS
I've spent a fair while practicing making pages using html and css, but when it came to stuff like serving them or running anything through the terminal, it just seemed like way too big a thing to learn. I couldn't wrap my head around any of the concepts I was reading about. All this talk… Continue reading Serving files using ExpressJS
Making a 6-sided die with JavaScript
Making of the Saitama cube
What is the Saitama Cube? So I was at work the other day, and I was being a bit of a nosy QA, looking at dev monitors in an attempt to learn the deepest secrets of what it means to be a developer. There were lots of text editors - a surprising variation within the… Continue reading Making of the Saitama cube