Skip to content

Testing Trello API using CucumberJS, Supertest, FakerJS, ChaiJS and Page Objects

Notifications You must be signed in to change notification settings

doamaral/api-testing-cucumber

Repository files navigation

api-testing-cucumber

Testing Trello API using CucumberJS, Supertest, FakerJS, ChaiJS and Page Objects

Build Status

Run

In order to run, you need

  • Add API Key and Token provided by Trello as SO Environment variables
    1. YOUR_TRELLO_KEY
    2. YOUR_TRELLO_TOKEN
  • setup initial Data: Board and List ids (vide //TODO section) figuring it out how to generate everything in the BeforeAll hook

//TODO

  • Remove data dependency from
    • hooks.js
    • cardCreation.feature
    • cardUpdate.feature

Extras

  • ESLint
  • Github Actions

About

Testing Trello API using CucumberJS, Supertest, FakerJS, ChaiJS and Page Objects

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published