ADS-BNE

ADS-BNE @ads-bne

About: Australian web developer

Location:
Australia
Joined:
Nov 26, 2018

ADS-BNE
articles - 10 total

4 handy snippets for your Cypress tests

This is the start of my growing list of handy JavaScript code snippets for the Cypress Testing...

Learn More 1 0Nov 9 '25

Using Cypress to test multiple web pages as a logged-in user

Sometimes you need to test multiple pages when logged in as a user. This became apparent for me when...

Learn More 1 0Jun 30 '25

Setting up Selenium Webdriver with Node.js for automated testing

To get get started, we need 3 ingredients: Node.js, Selenium Webdriver and a browser driver. ...

Learn More 8 0May 21 '24

How to check for broken links using Selenium Webdriver on Node.js (automated testing)

Cover photo by Miguel Á. Padriñán So you're building automated tests using Node, Cucumber JS, and...

Learn More 1 0May 13 '24

9 things I wish I knew when learning to use Selenium Webdriver with Node.JS

A short while ago I was tasked with setting up automated testing on a website. I inherited some...

Learn More 7 1Dec 18 '23

How do I actually get data from a CMS into my React component?

I am new to React and my immediate goal is to build React components locally and use them within my...

Learn More 0 0Aug 2 '23

Where do I start when I want to build a React App based existing JS?

So, I'm the first to admit I really struggle with React. I'm fine with JS and JQuery and have even...

Learn More 2 1Nov 8 '21

Explain Private and Public keys (SSH) Like I'm Five

On paper I think I understand the concept: you have a matching key file to one on a remote machine...

Learn More 2 2Jun 19 '21

Simple way to overcome the multiple SCSS files issue with Shopify

Shopify uses SCSS already (and compiles it on the server), but only allows you to work on one .scss...

Learn More 8 0Oct 15 '20

Improving Neto development workflow with Github's Actions

The Goal Ultimately, to improve workflow when working on Neto sites. The main goals...

Learn More 1 0Sep 8 '20