Testing Trello API using CucumberJS, Supertest, FakerJS, ChaiJS and Page Objects
In order to run, you need
- Add API Key and Token provided by Trello as SO Environment variables
- YOUR_TRELLO_KEY
- YOUR_TRELLO_TOKEN
- setup initial Data: Board and List ids (vide //TODO section) figuring it out how to generate everything in the
BeforeAll
hook
- Remove data dependency from
- hooks.js
- cardCreation.feature
- cardUpdate.feature
- ESLint
- Github Actions