An open API service indexing awesome lists of open source software.

https://github.com/inflectra/ui-test-automation-playground

UI Test Automation Playground
https://github.com/inflectra/ui-test-automation-playground

Last synced: about 1 year ago
JSON representation

UI Test Automation Playground

Awesome Lists containing this project

README

          

# ui-test-automation-playground

The purpose of this website is to provide a platform for sharpening UI test automation skills. Use it to practice with your test automation tool. Use it to learn test automation techniques.

## Live Version

Latest version of this website is always available at [uitestingplayground.com](http://uitestingplayground.com).

## Prerequisites
- [Node.js](https://nodejs.org)
- [npm](https://www.npmjs.com/get-npm)

## Usage

1. Clone the repository
2. In the package folder run
```bash
npm install
```
3. Launch with
```bash
node app.js
```
4. In a browser navigate to
```
http://localhost:3000
```

## Software Stack
- [Node.js](https://github.com/nodejs/node)
- [Express](https://github.com/expressjs/express/)
- [Pug](https://github.com/pugjs/pug)
- [Bootstrap](https://github.com/twbs/bootstrap)
- [jQuery](https://github.com/jquery/jquery)