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:
parent
32dd074b6d
commit
001fd8f167
5 changed files with 5073 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue