This project serves as an example for writing Automation using Gauge
This project uses
- ...
-
Python latest
-
Django latest
-
Install Gauge-Python plugin by running
gauge install python
[pip / pip3] install getgauge
- Google Chrome
$ python manage.py runserver
- Open django app with url http://localhost:8000/
This project requires pip to install dependencies. To install dependencies run :
$ pip install -r requirements.txt
$ cd gauge_tests
$ gauge run specs
This will also compile all the supporting code implementations.