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
- Host: GitHub
- URL: https://github.com/inflectra/ui-test-automation-playground
- Owner: Inflectra
- License: apache-2.0
- Created: 2018-08-02T12:46:08.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-16T08:44:22.000Z (over 1 year ago)
- Last Synced: 2025-04-09T20:07:19.590Z (about 1 year ago)
- Language: Pug
- Homepage: http://uitestingplayground.com
- Size: 286 KB
- Stars: 44
- Watchers: 5
- Forks: 31
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)