←back to thread

460 points flykespice | 1 comments | | HN request time: 0.365s | source
1. a57721 ◴[] No.44325627[source]
In the JVM projects, I use Karate for integration tests: https://github.com/karatelabs/karate

It gives you full control of constructing requests and assertions because test scenarios may include arbitrary JavaScript.