1- # ServeRest - Automated Tests
2- E2E Test Automation Project for the application ** [ ServeRest] ( https://serverest.dev/ ) ** using ** Robot Framework** with ** Selenium Library** .
1+ # ServeRest - Automated Tests [ ![ Robot Framework Tests ] ( https://github.com/lucas-scandido/challenge-robot-ambev/actions/workflows/ci.yml/badge.svg )] ( https://github.com/lucas-scandido/challenge-robot-ambev/actions/workflows/ci.yml )
2+ Test Automation Project for the application ** [ ServeRest] ( https://serverest.dev/ ) ** using ** Robot Framework** with ** Selenium Library** .
33
44# Prerequisites
551 . ** [ Python] ( https://www.python.org/downloads/ ) ** version: ` >=3.13.1 ` .
@@ -36,6 +36,9 @@ The project structure was developed based on documentation: [Robot Framework - P
3636
3737- ** Folder Structure:**
3838```
39+ ├── .github/ # GitHub specific configurations, such as workflows and other GitHub Actions.
40+ └── workflows # CI Workflows Folder
41+ └── ci.yml/ # Continuous integration configuration file
3942├── helpers/ # Helpers needed to run the tests, including fixtures and locators
4043 └── fixtures/ # Static data files used during test execution
4144 └── signup/ # Signup Fixtures
@@ -44,7 +47,7 @@ The project structure was developed based on documentation: [Robot Framework - P
4447 └── response.json # JSON file that stores all response messages returned from the user API
4548 └── locators/ # Locators used to interact with page elements
4649 └── locators.py # Python file containing the mapped locators
47- ├── resources/ # Reusable keywords
50+ ├── resources/ # Reusable Keywords
4851 └── api/ # API Keywords
4952 └── users/ # API Users Folder
5053 └── users.resource # API Users Keywords
0 commit comments