To run the project you need to create your APP_KEY and TOKEN authorization credentials on Trello. To do so, follow the steps:
https://trello.com/1/authorize?key=APP_KEY&name=app_name&response_type=token&scope=read,write,delete,account&expiration=never
- @quadros #feature tag, related to all scenarios on quadros_trello.feature
- @criar_quadro #all scenarios that creates boards
- @kanban #create a basic kanban board
- @semanal #create a week board
- @deletar_quadro #delete boards by name
cucumber -@criar_quadro APP_KEY=your_key TOKEN=your_token
- git clone the project
- gem install bundler
- bundle
- cucumber APP_KEY=your_key TOKEN=your_token