mock-web The web provides URLs for testing. Prerequisite Either Node.js http-server or Python HTTP servers Usage For Node.js http-server http-server -p 8080 For Python HTTP servers python3 -m http.server 8080 --bind 127.0.0.1