-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.yml
More file actions
24 lines (23 loc) · 957 Bytes
/
app.yml
File metadata and controls
24 lines (23 loc) · 957 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
name: java-webreplay
description: A library for recording and replaying web traffic for testing purposes.
documentation: |
# Java Web Replay
A library for recording and replaying web traffic for testing purposes. Built on top of [java-tproxy](https://github.com/codejive/java-tproxy), it provides a simple way to record HTTP/HTTPS traffic and replay it later for deterministic testing.
authors:
- Tako Schotanus (tako@codejive.org)
contributors:
- copilot
links:
homepage: https://github.com/codejive/java-webreplay
repository: https://github.com/codejive/java-webreplay
documentation: https://github.com/codejive/java-webreplay/blob/main/README.md
java: 21
dependencies:
- org.codejive.tproxy:tproxy:0.0.1-SNAPSHOT
- com.google.code.gson:gson:2.11.0
actions:
clean: ./mvnw clean
build: ./mvnw spotless:apply install -DskipTests
test: ./mvnw test
format: ./mvnw spotless:apply
run: jbang org.codejive.webreplay:webreplay:0.0.1-SNAPSHOT