Use these tools to create a QA themed Trello board automagically to keep track of features or bugs
-
Each board represents a release or milestone
-
Labels determine states of bugs and features and can be customized https://github.com/2jour/Othello/blob/master/themes/testboard/config_board
-
Lists group testing strategies and can be customized here https://github.com/2jour/Othello/blob/master/themes/testboard/config_board
- git clone https://github.com/2jour/Othello
- Create an account on trello and login
- Fetch your spiffy Application key at https://trello.com/app-key and add it here https://github.com/2jour/Othello/blob/master/token
- Click on the token url on the trello page in step 2 to generate your token manually and add it here.
- Call
create_board.sh <Release Name> themes/testboard
- Go to your trello release board and use your QA magic :) as you play Xanadu in the background
close_board.sh -b <Release Name>
- Closes a board based on a Release Name created by create_board.sh