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.
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