Skip to content
This repository was archived by the owner on Jul 20, 2024. It is now read-only.

eccanto/base-robotframework-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

code style: prettier

Robotframework Example

Basic example of Robotframework with Python.

Table of contents

Get started

Installation

pip install -r requirements.txt

How to run the tests

Running tests

bash run.sh
==============================================================================
Tests
==============================================================================
Tests.Features
==============================================================================
Tests.Features.Sum
==============================================================================
Verify the sum of positive values                                     | PASS |
------------------------------------------------------------------------------
Verify the sum of negative values                                     | PASS |
------------------------------------------------------------------------------
Tests.Features.Sum                                                    | PASS |
2 tests, 2 passed, 0 failed
==============================================================================
Tests.Features                                                        | PASS |
2 tests, 2 passed, 0 failed
==============================================================================
Tests                                                                 | PASS |
2 tests, 2 passed, 0 failed
==============================================================================
Output:  /home/.../base-robotframework-python/reports/output.xml
Log:     /home/.../base-robotframework-python/reports/log.html
Report:  /home/.../base-robotframework-python/reports/report.html

HTML report:

Output

Running tagged tests

bash run.sh -i "smoke"

License

MIT

About

Basic example of Robotframework with Python.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors