If you have node
and npm
installed, it’s as simple as this:
Make a directory that contains an index.html file
npx http-server
Visit
http://127.0.0.1:8080
If you have node
and npm
installed, it’s as simple as this:
Make a directory that contains an index.html file
npx http-server
Visit http://127.0.0.1:8080
This is a super-basic guide intended to be comprehensible by a savvy 13 year old (on a Mac) that shows how to do these 4 things in ~5 minutes:
Open a terminal
Create a directory (easy)
Launch a python terminal from within the new directory
Create a file called test.txt
inside the new directory
Verify that the file was created
A full-featured end-to-end testing framework that makes Selenium – and everything like it – look like a child’s beverage. It’s modern, written in Node.js, supports multiple browsers, allows ES6 syntax, and has a top notch visual test runner. Tests are dead simple to write and maintain, and everything is superbly well-documented. Which is fantastic, because you won’t have to fritter away your weekends googling dumb stuff like… virtual frame buffer & docker container & error.
npm install
instructions are here. It will take you no more than 5 minutes.