A collection of web elements and pages useful to demo test automation capabilities and skills.
| Github pages | Vercel | Netlify | Render |
|---|---|---|---|
Download the latest release. Unzip the archive then serve the content using a static server.
npx http-server path/to/unzipped/foldernpm install
npm run start# Run the container
docker run -d --name web-stubs -p 4999:80 adimoldovan/web-stubs
# Access the application
http://localhost:4999/# Build the image
docker build -t web-stubs .
# Run the container
docker run -d -p 4999:80 --name web-stubs web-stubs
# Access the application
http://localhost:4999/