Skip to content

This is a simple playground website that contains a set of challenges to be resolved by anyone who wishes to learn how to write automation tests for web applications

License

Notifications You must be signed in to change notification settings

antonyfuentes/ui-automation-challenges

Repository files navigation

Intro video:

Click the image below to whatch my intro video Watch the video

Project setup:

Pre-requisite:

  • Clone this repo to your local computer
  • Note: If you don't have git installed, you can simply download this repo as a ZIP file and unpack it anywhere in your file system

Setup option 1 (running Node.js directly in your terminal):

  • Download and install node js
  • Make sure that Node.js and NPM have been succesfully installed by running the following commands in your terminal:
    • node --version
    • npm --version
  • Once the instalation is confirmed, using your terminal cd into the repository folder and run the following 2 commands:
  • npm install
    npm start

Setup option 2 (run using docker):

  • Install docker on your computer
  • Using your terminal, cd into the repository folder and run these 2 commands:
  • docker build --tag ui-automation-demo .
    docker run --publish 8080:8080 --detach --name demo ui-automation-demo
  • If you don't know how to install docker on your environment, follow their quick start guide: https://docs.docker.com/get-started/

Ping me if you have any questions!

Have fun :-)

About

This is a simple playground website that contains a set of challenges to be resolved by anyone who wishes to learn how to write automation tests for web applications

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published