We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello - I'd like to submit a pull request but I'm struggling with running tests.
I followed the instructions on integration_test.rb but at point 3 I get "To access this board, contact a Workspace admin."
# Getting developer/member key # 1. https://trello.com/1/appKey/generate # 2. https://trello.com/1/authorize?key=<public_key_here>&name=RubyTrelloIntegrationTests&response_type=token # See: https://trello.com/board/trello-public-api/4ed7e27fe6abb2517a21383d
My .env file looks like this: DEVELOPER_PUBLIC_KEY=*** DEVELOPER_SECRET=**** MEMBER_TOKEN=****
The text was updated successfully, but these errors were encountered:
Hi @breiko83, the code in spec/integration/integration_test is outdated and not in use.
spec/integration/integration_test
You can follow the instructions in README to run all tests with MatrixEval.
If you need to test with your own Trello account, please use below two ENV variables in .env
.env
TRELLO_DEVELOPER_PUBLIC_KEY
TRELLO_MEMBER_TOKEN
Sorry, something went wrong.
No branches or pull requests
Hello -
I'd like to submit a pull request but I'm struggling with running tests.
I followed the instructions on integration_test.rb but at point 3 I get "To access this board, contact a Workspace admin."
My .env file looks like this:
DEVELOPER_PUBLIC_KEY=***
DEVELOPER_SECRET=****
MEMBER_TOKEN=****
The text was updated successfully, but these errors were encountered: