Skip to content

kostiantynvoiku/e2e-robotframework-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🤖 Robot-Framework End-to-End Testing Demo

This repository contains a demo project showcasing an example of an end-to-end web testing using Robot-Framework, a modern open source Python automation framework. E2E testing allows you to simulate user interactions with your application to ensure its functionality behaves as expected.

⚙️ Getting Started

1. Clone the Repository

git clone https://github.com/KonstantinxVx/e2e-robotframework-demo.git

2. Install Requirements:

cd e2e-robotframework-demo
pip install -r /path/to/requirements.txt

3. Run the Tests:

robot -d results tests

🧩 Project Structure

The project structure is organized as follows:

  • Libraries/: contains custom libraries;
  • Resources/: contains static data and keywords used in tests;
  • Tests/: contains test files;

🧪 Test Cases

The demo project includes E2E tests for the following scenarios:

  • Sign up functionality;
  • Navigation between pages;
  • Form submission and validation;
  • Interaction with UI elements;
  • Data fetching from API.

💼 References:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published