https://github.com/QubitPi/jersey-webservice-template-acceptance-tests
Example acceptance tests for Elide-based JPA webservice template
https://github.com/QubitPi/jersey-webservice-template-acceptance-tests
Last synced: about 2 months ago
JSON representation
Example acceptance tests for Elide-based JPA webservice template
- Host: GitHub
- URL: https://github.com/QubitPi/jersey-webservice-template-acceptance-tests
- Owner: QubitPi
- License: apache-2.0
- Created: 2023-12-29T00:55:54.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-30T10:31:55.000Z (7 months ago)
- Last Synced: 2025-02-07T13:53:59.773Z (3 months ago)
- Language: Java
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Jersey Webservice Template JPA Data Model Acceptance Tests
==========================================================![Cucumber Badge][Cucumber Badge]
![Java Version Badge][Java Version Badge]
[![GitHub Workflow Status][GitHub Workflow Status]](https://github.com/QubitPi/jersey-webservice-template-jpa-data-models-acceptance-tests/actions/workflows/ci-cd.yml)
[![License Badge]](https://www.apache.org/licenses/LICENSE-2.0)[jersey-webservice-template-jpa-data-models-acceptance-tests] is an acceptance test framework which is a slightly
modified BDD that [eliminates the QA](https://spectrum.ieee.org/yahoos-engineers-move-to-coding-without-a-net)The purpose of this Maven project is to serve as an example for testing [jersey-webservice-template-jpa-data-models] to
make sure that the generated API complies with the business requirement,To run all acceptance tests, [start a local JWT instance in Docker Compose]; then run
```bash
mvn clean verify
```> Note that all unit & integration tests will also run by the command above
License
-------The use and distribution terms for [jersey-webservice-template-jpa-data-models-acceptance-tests] are covered by the
[Apache License, Version 2.0].[Apache License, Version 2.0]: http://www.apache.org/licenses/LICENSE-2.0.html
[Cucumber Badge]: https://img.shields.io/badge/Cucumber-23D96C?style=for-the-badge&logo=cucumber&logoColor=white
[GitHub Workflow Status]: https://img.shields.io/github/actions/workflow/status/QubitPi/jersey-webservice-template-jpa-data-models-acceptance-tests/ci-cd.yml?branch=master&logo=github&style=for-the-badge
[Java Version Badge]: https://img.shields.io/badge/Java-17-brightgreen?style=for-the-badge&logo=OpenJDK&logoColor=white
[jersey-webservice-template-jpa-data-models]: https://github.com/QubitPi/jersey-webservice-template-jpa-data-models
[jersey-webservice-template-jpa-data-models-acceptance-tests]: https://github.com/QubitPi/jersey-webservice-template-jpa-data-models-acceptance-tests[License Badge]: https://img.shields.io/badge/Apache%202.0-F25910.svg?style=for-the-badge&logo=Apache&logoColor=white
[start a local JWT instance in Docker Compose]: https://qubitpi.github.io/jersey-webservice-template/docs/crud/