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] add basic e2e test to android example #175

Open christian-draeger opened 2 years ago

christian-draeger commented 2 years ago

To make sure the android example is working and thereby proof android support, the Android example should be tested in some Form of e2e test as well Es getting executed as part of the ci pipeline