Skip to content

Chapter 3

pmccabe5 edited this page Nov 3, 2020 · 9 revisions

Initial Test Automation

Executive Summary:

Technical Summary:

Instructions on how to run our Testing Framework

Prerequisites:

  1. A Linux based system with the bash command line interface
  2. Python3 interpreter
  3. The git program is installed on the system

Setting up the environment:

  1. On the linux system, open a terminal emulator
  2. Clone our repository with the following command: git clone https://github.com/csci-362-01-2020/Fantastic-Four.git
  3. Navigate to the propper directory: cd Fantastic-Four/TestAutomation
  4. Run the test driver: ./scripts/runAllTests.py
Clone this wiki locally