nhtua / my-first-robot

My demo for automation test with Robot Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A demo for Robot Framework

This project uses Robot Framework to test the app Django Todolist

Please follow its README to install and start the Todolist app first.

prerequisite

You need to be able to

  • Setup python virtual environment using Pyenv, Pipenv
  • Install and start Todolist app on http://localhost:8000/

Install

Install Robot Framework and related packages

sudo apt install firefox-geckodriver chromium-chromedriver
pipenv install

You may want to change database connection. Open and edit your settings on top of file tests/resource.robot

Run test suites

To start test suites, type command

./start.sh

About

My demo for automation test with Robot Framework


Languages

Language:RobotFramework 97.8%Language:Shell 2.2%