browsertrix/backend/test
Tessa Walsh d91a3bc088
Run webhook tests nightly (#2738)
Fixes #2737 

- Moves webhook-related tests to run nightly, to speed up CI runs and
avoid the periodic failures we've been getting lately.
- Also ensures all try/except blocks that have time.sleep in the 'try' also have a time.sleep in 'except'
to avoid fast-looping retries

---------

Co-authored-by: Ilya Kreymer <ikreymer@gmail.com>
2025-07-15 18:05:57 -07:00
..
data Backend work for public collections (#2198) 2025-01-13 15:15:48 -08:00
__init__.py
conftest.py Run webhook tests nightly (#2738) 2025-07-15 18:05:57 -07:00
echo_server.py Adds Subscription API (#1914) 2024-07-10 17:41:16 -07:00
test_api.py Allow users to run crawls with 1 or 2 browser windows (#2627) 2025-06-03 13:37:30 -07:00
test_collections.py remove deleted collections from crawlconfigs (#2615) 2025-05-20 18:38:40 -07:00
test_crawl_config_profile_filter.py Allow searching by multiple tags & profiles with "and"/"or" options for tags (#2717) 2025-07-11 22:35:52 -04:00
test_crawl_config_search_values.py Pydantic 2.x update + type fixes + python 3.12 (#1947) 2024-07-22 17:23:03 -07:00
test_crawl_config_tags.py Allow searching by multiple tags & profiles with "and"/"or" options for tags (#2717) 2025-07-11 22:35:52 -04:00
test_crawlconfigs.py Optimize single-page crawl workflows (#2656) 2025-06-10 12:13:57 -07:00
test_filter_sort_results.py Optimize single-page crawl workflows (#2656) 2025-06-10 12:13:57 -07:00
test_login.py
test_org_subs.py Add API endpoint to check if subscription is activated (#2582) 2025-05-06 17:36:58 -07:00
test_org.py Run webhook tests nightly (#2738) 2025-07-15 18:05:57 -07:00
test_permissions.py
test_profiles.py Allow searching by multiple tags & profiles with "and"/"or" options for tags (#2717) 2025-07-11 22:35:52 -04:00
test_qa.py additional scale / browser window cleanup to properly support QA: (#2663) 2025-06-12 13:09:04 -04:00
test_run_crawl.py Allow users to run crawls with 1 or 2 browser windows (#2627) 2025-06-03 13:37:30 -07:00
test_stop_cancel_crawl.py
test_uploads.py Run webhook tests nightly (#2738) 2025-07-15 18:05:57 -07:00
test_users.py Fix user emails use userout (#2511) 2025-03-24 12:04:39 -07:00
test_utils.py
test_workflow_auto_add_to_collection.py remove deleted collections from crawlconfigs (#2615) 2025-05-20 18:38:40 -07:00
test_y_org_import_export.py Add API endpoint to delete org (#1448) 2024-07-03 16:00:11 -04:00
test_z_delete_org.py Run webhook tests nightly (#2738) 2025-07-15 18:05:57 -07:00
utils.py