Files
TechradarDev/radar/2022-03-28/spock_geb.md
Daniel Pötzinger bcf1ead9b3 documentation: Add tags to all featured blibs (#139)
* documentation: add tags to all featured blips
2022-11-18 11:39:23 +01:00

18 lines
626 B
Markdown

---
title: "Spock + Geb"
ring: hold
quadrant: languages-and-frameworks
tags: [coding, quality assurance]
---
[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.
<!--except-->