1
0
Fork 0
mirror of https://gitlab.com/news-flash/article_scraper.git synced 2025-07-08 16:40:00 +02:00

add engadget & firefox blog tests

This commit is contained in:
Jan Lukas Gernert 2023-03-19 18:40:42 +01:00
parent 32dd074b6d
commit 001fd8f167
5 changed files with 5073 additions and 0 deletions

View file

@ -191,6 +191,16 @@ async fn embedded_videos() {
run_test("embedded-videos").await
}
#[tokio::test]
async fn engadget() {
run_test("engadget").await
}
#[tokio::test]
async fn firefox_nightly_blog() {
run_test("firefox-nightly-blog").await
}
#[tokio::test]
async fn webmd_1() {
run_test("webmd-1").await