Skip to content

A collection of web elements and pages useful to demo test automation capabilities and skills

Notifications You must be signed in to change notification settings

adimoldovan/web-stubs

Repository files navigation

Web-stubs

A collection of web elements and pages useful to demo test automation capabilities and skills.

Github pages Vercel Netlify Render
Github pages status Vercel status Netlify status Render status

Run using the latest released version (starting with version 4.0.0)

Download the latest release. Unzip the archive then serve the content using a static server.

npx http-server path/to/unzipped/folder

Run locally

npm install
npm run start

Using Docker

Public image (not updated automatically, it might be outdated)

# Run the container
docker run -d --name web-stubs -p 4999:80 adimoldovan/web-stubs

# Access the application
http://localhost:4999/

Build your own image

# 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/

About

A collection of web elements and pages useful to demo test automation capabilities and skills

Resources

Stars

Watchers

Forks

Packages

No packages published