Skip to content

Latest commit

 

History

History
59 lines (44 loc) · 1.05 KB

File metadata and controls

59 lines (44 loc) · 1.05 KB

Robot Framework - Testing Organo Application

Project developed during a course on Robot Framework. In this course, I am testing the Organo Application.

🚀 Getting Started

📋 Prerequisites

To run this project, you need

pip install robotframework
  • Selenium Library
pip install --upgrade robotframework-seleniumlibrary
  • Faker Library
pip install robotframework-faker

🔧 Installing

First, you need to set up the application under test (Organo).

  1. Open the Organo Folder:
cd organo-project-to-test
  1. Install dependencies:
npm install
  1. Run the project
npm start

The application will be available at http://localhost:3000

⚙️ Running the tests

With the Organo application running, open a new terminal and navigate to the robot project folder:

cd robot-project

Then, chooce a test to run.

Example:

robot first_test.robot