From 0a7a941da81ffa6e5aaabb14248196293f9edb5e Mon Sep 17 00:00:00 2001 From: Roman Date: Thu, 2 Jul 2026 14:44:31 +0200 Subject: [PATCH] add readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d3ca4e7 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# smart-assert-test-Frank + +Run tests with `./gradlew clean test` + +Run e2e smoke test with `./gradlew bootRun` and `./e2e.sh`