skrapeit / skrape.it

A Kotlin-based testing/scraping/parsing library providing the ability to analyze and extract data from HTML (server & client-side rendered). It places particular emphasis on ease of use and a high level of readability by providing an intuitive DSL. It aims to be a testing lib, but can also be used to scrape websites in a convenient fashion.
https://docs.skrape.it
MIT License
805 stars 59 forks source link

[IMPROVEMENT] migrate to official wiremock docker image #169

Closed skrapeit closed 2 years ago

skrapeit commented 2 years ago

we are using wiremock to test our client implementations. to spin-up wiremock server we are using docker and the rodolpheche/wiremock image which has been marked as deprecated since wiremock team has started to release docker images as well (see: wiremock/wiremock).

we want to migrate to the official wiremock image to be able to profit from further development of wiremock in the future.