CSCI-GA-2820-FA23-003 / promotions

NYU DevOps Promotions Service Fall 2023-003
Apache License 2.0
1 stars 0 forks source link

Implementing BDD in CI for RESTful API Testing #76

Open Miapai opened 10 months ago

Miapai commented 10 months ago

As a developer I need to ensure the functionality of the app by creating a BDD (Behavior-Driven Development) workflow in the CI pipeline So that I can confidently make changes and enhancements to the application.

Details and Assumptions

Acceptance Criteria

Given BDD has been integrated into the CI pipeline
When a PR is submitted or a merge to master happens
Then BDD test cases should run

Definition of Done: