Migrate Scraper Tests to the new assert Method

Issue #2672 resolved
Daniel Zoller created an issue

Currently, we define the scraper test in the xml file and call a method with the id to run the configured test (= edit two files). The new assertScraperResult can be called directly with url, selection, … without editing the XML.

Please migrate all scraper tests to the new scraper test "framework".

Comments (3)

  1. Log in to comment