From f8983277f8d5ff7d7764e892ac9deaa6b4f74eea Mon Sep 17 00:00:00 2001 From: Theresa Henze Date: Fri, 1 Apr 2022 13:12:42 +0200 Subject: [PATCH] task: update [languages][hold] Spock --- radar/2022-03-28/spock_geb.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 radar/2022-03-28/spock_geb.md diff --git a/radar/2022-03-28/spock_geb.md b/radar/2022-03-28/spock_geb.md new file mode 100644 index 0000000..d500ada --- /dev/null +++ b/radar/2022-03-28/spock_geb.md @@ -0,0 +1,16 @@ +--- +title: "Spock + Geb" +ring: hold +quadrant: languages-and-frameworks +--- + +[spockframework.org](http://www.spockframework.org) - Spock is a testing and specification framework for Java and Groovy applications. + +For the most parts we switched from Groovy to Java or Kotlin with JUnit 5. In this regard we think that the active community and regular +updates and extension libraries of JUnit 5 cover everything we want or need. + +[gebish.org](http://www.gebish.org) - Geb is a browser automation solution. + +UI testing with Geb is replaced by Cypress or Playwright. + +