Skip to content
/ teasy-structure Public template

This Project contains structure to use in files genereted by Teasy Language

License

Notifications You must be signed in to change notification settings

yuryalencar/teasy-structure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


TeasyStructure: Structure for Run tests generated in Teasy Language.

Table of Contents

About Project

This project aims provide a structure to run Teasy robot files generated.

Starting

Installation

This project not contains installation. But this project require Robot Framework installed. Install Robot using below steps.

  1. Install Python 3
https://www.python.org/downloads/
  1. Install Robot Framework
pip3 install robotframework
  1. Install Selenium for Robot Framework
pip3 install --upgrade robotframework-seleniumlibrary
  1. Install your browser driver (below chrome driver) and insert in system variable path
https://chromedriver.chromium.org/downloads

Languages used

How To Use

  1. Copy all files for yours respective directory.
  2. Run your tests
robot -d ./logs tests

Best Pratices

  1. Run yours tests using -d ./logs for organize log files.

Files by directories

Below is a list of the files by directory.

Directory Files in folder
config config.robot and page_register.config.robot for config and imports all robot pages.
components components.robot all components of the system.
tests All files of .tests.robot extension, contains all execution test cases.
pages All files of .pages.robot extension, contains all pages of the system (Page Object Pattern).
pages/commons hooks.pages.commons.robot for setup tests and tests teardown.

Contributing

Contributions are what make the open source community an incredible place to learn, inspire and create. Any contribution you make will be much appreciated.

  1. Make a project Fork
  2. Create a Branch for your feature (git checkout -b feature/amazing-feature)
  3. Insert your changes (git add .)
  4. Make a commit with your changes (git commit -m 'feat(<teasy-filename>): Inserting a Amazing Feature !)
  5. Push the branch (git push origin feature/amazing-feature)
  6. Open a Pull Request

License

Distributed under the MIT license. See LICENSE for more information.

Contact

Yury Alencar - Github - yuryalencar19@gmail.com