CSCI-GA-2820-SP24-003 / payments

NYU DevOps Payments Service Spring 2024
Apache License 2.0
2 stars 2 forks source link

BDD Testing with GitHub Actions #39

Closed bairixie closed 7 months ago

bairixie commented 8 months ago

As a developer, I need to integrate BDD testing with GitHub Actions, So that test cases are run automatically every time changes are pushed to the master branch or a Pull Request is submitted.

Details and Assumptions

Create a .github/workflows/bdd.yml file and configure GitHub Actions to run test cases every time someone pushes to the master branch or submits a Pull Request.

Acceptance Criteria

 Given code is pushed to the master branch or a Pull Request is made,
When GitHub Actions runs,
Then BDD tests are automatically executed.