{"id":15144567,"url":"https://github.com/yuryalencar/teasy-structure","last_synced_at":"2026-02-27T11:35:17.005Z","repository":{"id":114856554,"uuid":"265113143","full_name":"yuryalencar/teasy-structure","owner":"yuryalencar","description":"This Project contains structure to use in files genereted by Teasy Language","archived":false,"fork":false,"pushed_at":"2020-05-26T01:03:23.000Z","size":7,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-13T05:31:39.012Z","etag":null,"topics":["architecture","page-object","page-object-pattern","pageobject-pattern","python","robot","robot-framework","selenium","selenium-python","selenium-webdriver","teasy-language","test","test-automation","test-structure"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yuryalencar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-05-19T01:51:16.000Z","updated_at":"2023-12-02T05:36:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"41cc1f2e-8bb0-4e04-b993-0b1c5c6fb89b","html_url":"https://github.com/yuryalencar/teasy-structure","commit_stats":null,"previous_names":["yuryalencar/teasy-structure"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/yuryalencar/teasy-structure","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuryalencar%2Fteasy-structure","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuryalencar%2Fteasy-structure/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuryalencar%2Fteasy-structure/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuryalencar%2Fteasy-structure/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yuryalencar","download_url":"https://codeload.github.com/yuryalencar/teasy-structure/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuryalencar%2Fteasy-structure/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29892173,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T09:48:51.284Z","status":"ssl_error","status_checked_at":"2026-02-27T09:48:43.992Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["architecture","page-object","page-object-pattern","pageobject-pattern","python","robot","robot-framework","selenium","selenium-python","selenium-webdriver","teasy-language","test","test-automation","test-structure"],"created_at":"2024-09-26T10:42:10.729Z","updated_at":"2026-02-27T11:35:16.985Z","avatar_url":"https://github.com/yuryalencar.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cbr /\u003e\n\u003cp align=\"center\"\u003e\n  \u003ch3 align=\"center\"\u003eTeasyStructure: Structure for Run tests generated in Teasy Language.\u003c/h3\u003e\n\u003c/p\u003e\n\n\u003c!-- TABLE OF CONTENTS --\u003e\n\n## Table of Contents\n\n- [Table of Contents](#table-of-contents)\n- [About Project](#about-project)\n- [Starting](#starting)\n  - [Installation](#installation)\n  - [Languages Used](#languages-used)\n  - [How to Use](#how-to-use)\n  - [Best Pratices](#best-pratices)\n  - [Files by directories](#files-by-directories)\n- [Contributing](#contributing)\n- [License](#license)\n- [Contact](#contact)\n\n## About Project\n\nThis project aims provide a structure to run Teasy robot files generated.\n\n## Starting\n\n### Installation\n\nThis project not contains installation. **But** this project **require Robot Framework installed**. Install Robot using below steps.\n\n1. Install Python 3\n```\nhttps://www.python.org/downloads/\n```\n\n2. Install Robot Framework\n```\npip3 install robotframework\n```\n\n3. Install Selenium for Robot Framework\n```\npip3 install --upgrade robotframework-seleniumlibrary\n```\n\n3. Install your browser driver (below chrome driver) and insert in system variable path\n```\nhttps://chromedriver.chromium.org/downloads\n```\n\n### Languages used\n\n- [Robot Framework (Python Version)](https://robotframework.org/)\n- [Teasy Language (Generate Robot Files)](https://github.com/yuryalencar/Teasy)\n- [Teasy FSM Generator (Tests files)]()\n\n### How To Use\n\n1. Copy all files for yours [respective directory](#files-by-directories).\n2. Run your tests\n```\nrobot -d ./logs tests\n```\n\n### Best Pratices\n\n1. Run yours tests using `-d ./logs` for organize log files.\n\n### Files by directories\n\nBelow is a list of the files by directory.\n\n|               Directory | Files in folder                                                               |\n| ----------------------: | ----------------------------------------------------------------------------- |\n|                `config` | **config.robot** and **page_register.config.robot** for config and imports all robot pages.  |\n|            `components` | **components.robot** all components of the system.                            |\n|                 `tests` | All files of **.tests.robot** extension, contains all execution test cases.   |\n|                 `pages` | All files of **.pages.robot** extension, contains all pages of the system (Page Object Pattern).|\n|         `pages/commons` | **hooks.pages.commons.robot** for setup tests and tests teardown.             |\n\n## Contributing\n\nContributions are what make the open source community an incredible place to learn, inspire and create. Any contribution you make will be **much appreciated**.\n1. Make a project Fork\n2. Create a Branch for your feature (`git checkout -b feature/amazing-feature`)\n3. Insert your changes (`git add .`)\n4. Make a commit with your changes (`git commit -m 'feat(\u003cteasy-filename\u003e): Inserting a Amazing Feature !`)\n5. Push the branch (`git push origin feature/amazing-feature`)\n6. Open a Pull Request\n\n## License\n\nDistributed under the MIT license. See `LICENSE` for more information.\n\n## Contact\n\nYury Alencar - [Github](https://github.com/yuryalencar) - **yuryalencar19@gmail.com**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuryalencar%2Fteasy-structure","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyuryalencar%2Fteasy-structure","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuryalencar%2Fteasy-structure/lists"}