https://github.com/howiefh/spock-example
Spock Framework Example Project
https://github.com/howiefh/spock-example
spock
Last synced: about 1 year ago
JSON representation
Spock Framework Example Project
- Host: GitHub
- URL: https://github.com/howiefh/spock-example
- Owner: howiefh
- License: apache-2.0
- Created: 2023-12-11T06:02:27.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-11T10:38:00.000Z (almost 2 years ago)
- Last Synced: 2025-02-15T10:38:46.110Z (over 1 year ago)
- Topics: spock
- Language: Groovy
- Homepage:
- Size: 3.56 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## spock-example
* [快速入门](docs/quickstart.md)
* [数据驱动测试](docs/data-driven-testing.md)
* [基于交互测试](docs/interaction-based-testing.md)
* [扩展](docs/extentions.md)
* [Spring 模块](docs/spring-module.md)
* [使用H2数据库](docs/db-mock.md)
* [使用Redis Mock工具](docs/redis-mock.md)
* [接入流水线](docs/pipeline.md)