Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Commit

Permalink
Merge pull request #5 from doximity/np-add-specs
Browse files Browse the repository at this point in the history
Add notes on test automation
  • Loading branch information
Nicholas Pufal authored Apr 29, 2022
2 parents 29b12d3 + d38b432 commit 3bfd5d0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,14 @@ branch) or a pull request number.
7. Create a Pull Request
8. Sign the CLA if you haven't yet. See [CONTRIBUTING](./CONTRIBUTING.md)

# Test automation

The behavior for this GH action is verified by two layers of testing:
- Unit: `npm run test` can be run locally and is also run on every push
to a branch. Unit test coverage is a bit limited at the moment so contributions to
improve it are more than welcome!
- E2E: The actual action runs on every push to a branch which works as an E2E smoke test.
See [this workflow file](./.github/workflows/test_action.yml) for details.

# License
The gem is available as open source under the terms of the [Apache 2.0 License](./LICENSE).

0 comments on commit 3bfd5d0

Please sign in to comment.