Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qagesmachado-cursos/youtube_como_fazer_com_robot
Repository about Robot Framework on YouTube Channel
https://github.com/qagesmachado-cursos/youtube_como_fazer_com_robot
automated-testing robotframework
Last synced: 8 days ago
JSON representation
Repository about Robot Framework on YouTube Channel
- Host: GitHub
- URL: https://github.com/qagesmachado-cursos/youtube_como_fazer_com_robot
- Owner: qagesmachado-cursos
- License: mit
- Created: 2023-12-01T16:46:03.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-17T00:17:14.000Z (3 months ago)
- Last Synced: 2025-01-08T01:27:00.611Z (18 days ago)
- Topics: automated-testing, robotframework
- Language: RobotFramework
- Homepage: https://www.youtube.com/playlist?list=PLVQdoQTyi01jLIp0tCtQafj2fj_ogs4Et
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# COMO FAZER COM ROBOT FRAMEWORK
## Confira as versões
### Python
- python --version -> Python 3.11.3### Robot Framework bibliotecas importantes
- robotframework-datadriver==1.11.2
- https://docs.robotframework.org/docs/testcase_styles/datadriven
- https://github.com/Snooz82/robotframework-datadriver- robotframework-csvlibrary==0.0.5
- https://rawgit.com/s4int/robotframework-CSVLibrary/master/doc/CSVLibrary.html- robotframework==6.0.2
- https://robotframework.org/robotframework/latest/libraries/BuiltIn.html- robotframework-requests==0.9.4
- https://docs.robotframework.org/docs/different_libraries/requests`
- https://marketsquare.github.io/robotframework-requests/doc/RequestsLibrary.html- robotframework-seleniumlibrary==6.2.0
- https://robotframework.org/SeleniumLibrary/SeleniumLibrary.html- robotframework-excellib==2.0.1
- https://rawgit.com/peterservice-rnd/robotframework-excellib/master/docs/ExcelLibrary.html
- https://github.com/peterservice-rnd/robotframework-excellib### Chrome Driver Update
- Todos os teste serão executados com o google chrome, tenha ele instalado e atualizado
- Manter seu chrome driver com a mesma versão do navegador
- https://developer.chrome.com/docs/chromedriver/downloads?hl=pt-br## Como executar
- Baixe o projeto do repositório
- Faça instalação do python conforme versões mencionadas ou acima
- Executar arquivos de requeriment.txt
- pip install -r requirements.txt
- Em cada arquivo de teste dentro da pasta terá terá instruções especifícas para a execução dos testes## Vídeos no youtube
Playlist
- https://www.youtube.com/playlist?list=PLVQdoQTyi01jLIp0tCtQafj2fj_ogs4Et