https://github.com/qagesmachado-cursos/youtube_trelo_api
Trello API repository
https://github.com/qagesmachado-cursos/youtube_trelo_api
robotframework trello-api
Last synced: 3 months ago
JSON representation
Trello API repository
- Host: GitHub
- URL: https://github.com/qagesmachado-cursos/youtube_trelo_api
- Owner: qagesmachado-cursos
- Created: 2021-04-20T19:24:49.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-07-09T12:41:06.000Z (almost 2 years ago)
- Last Synced: 2025-01-18T12:46:43.601Z (5 months ago)
- Topics: robotframework, trello-api
- Language: RobotFramework
- Homepage: https://www.youtube.com/playlist?list=PLVQdoQTyi01gfbJEseu7v-ctgOMTL_jLy
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# trello_api
## Documentação para execução
### Comandos de execução
Ir para a pasta do projeto e de executar os comandos a seguir:
Testes devem ser executados na ordem proposta### Comando para executar todos os testes de um só vez
* robot -d .\results -L trace test\trello_tests.robot### Comando para executar um teste de cada vez
* robot -d .\results -L trace -t "Test 1 - Criar um board e suas listas" test\trello_tests.robot
* robot -d .\results -L trace -t "Test 2 - Criar um card" test\trello_tests.robot
* robot -d .\results -L trace -t "Test 3 - Editar o card" test\trello_tests.robot
* robot -d .\results -L trace -t "Test 4 - Excluir o card" test\trello_tests.robot
* robot -d .\results -L trace -t "Test 5 - Deletar board" test\trello_tests.robot## Environment de teste
pip freeze -> Executar: 'pip install =='
* robotframework==4.0.1
* robotframework-databaselibrary==1.2.4
* robotframework-datadriver==0.3.6
* robotframework-jsonlibrary==0.3.1
* robotframework-requests==0.6.3
* robotframework-seleniumlibrary==5.1.3python --version
* Python 3.7.3### Autenticação
Acessar https://developer.atlassian.com/cloud/trello/guides/rest-api/api-introduction/
e obter seu próprio api_key, token_trello e username
Após isso adiciona-los no arquivo \resources\auth.robot### Sistema Operacional
Windows