Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: use Playwright for E2E tests #56

Merged
merged 2 commits into from
Sep 25, 2023
Merged

Conversation

MShekow
Copy link
Contributor

@MShekow MShekow commented Sep 25, 2023

Fixes #54

@MShekow MShekow self-assigned this Sep 25, 2023
@github-actions
Copy link

github-actions bot commented Sep 25, 2023

Test Results

  2 files  ±0    2 suites  ±0   27m 50s ⏱️ + 3m 44s
25 tests ±0  24 ✔️ +1  1 💤 ±0  0 ±0 
50 runs  ±0  43 ✔️ +1  7 💤 ±0  0 ±0 

Results for commit 3b9400b. ± Comparison against base commit c68d5c5.

This pull request removes 16 and adds 16 tests. Note that renamed tests count towards both.
end2end.test_start_stop.TestCLIStartStopCommand ‑ test_start_stop_simple[CalendarType.CalDAV]
end2end.test_start_stop.TestCLIStartStopCommand ‑ test_start_stop_simple[CalendarType.Outlook365]
end2end.test_sync.TestCLISyncCommand ‑ test_automated_on_off_sync[CalendarType.Outlook365]
end2end.test_sync.TestCLISyncCommand ‑ test_manual_on_off_sync[CalendarType.CalDAV]
end2end.test_sync.TestCLISyncCommand ‑ test_manual_on_off_sync[CalendarType.Outlook365]
end2end.test_sync.TestCLISyncCommand ‑ test_reminder[CalendarType.CalDAV]
end2end.test_sync.TestCLISyncCommand ‑ test_reminder[CalendarType.Outlook365]
end2end.test_uninstall.TestUninstallSyncCommand ‑ test_uninstall[CalendarType.Outlook365]
test_calendar.TestCalendar ‑ test_adapter_query_timeframes[CalendarType.CalDAV]
test_calendar.TestCalendar ‑ test_adapter_query_timeframes[CalendarType.Outlook365]
…
end2end.test_start_stop.TestCLIStartStopCommand ‑ test_start_stop_simple[CalendarType.CalDAV-chromium]
end2end.test_start_stop.TestCLIStartStopCommand ‑ test_start_stop_simple[CalendarType.Outlook365-chromium]
end2end.test_sync.TestCLISyncCommand ‑ test_automated_on_off_sync[CalendarType.Outlook365-chromium]
end2end.test_sync.TestCLISyncCommand ‑ test_manual_on_off_sync[CalendarType.CalDAV-chromium]
end2end.test_sync.TestCLISyncCommand ‑ test_manual_on_off_sync[CalendarType.Outlook365-chromium]
end2end.test_sync.TestCLISyncCommand ‑ test_reminder[CalendarType.CalDAV-chromium]
end2end.test_sync.TestCLISyncCommand ‑ test_reminder[CalendarType.Outlook365-chromium]
end2end.test_uninstall.TestUninstallSyncCommand ‑ test_uninstall[CalendarType.Outlook365-chromium]
test_calendar.TestCalendar ‑ test_adapter_query_timeframes[CalendarType.CalDAV-chromium]
test_calendar.TestCalendar ‑ test_adapter_query_timeframes[CalendarType.Outlook365-chromium]
…
This pull request removes 1 skipped test and adds 1 skipped test. Note that renamed tests count towards both.
end2end.test_sync.TestCLISyncCommand ‑ test_manual_on_off_sync[CalendarType.CalDAV]
end2end.test_sync.TestCLISyncCommand ‑ test_manual_on_off_sync[CalendarType.CalDAV-chromium]

♻️ This comment has been updated with latest results.

@MShekow MShekow marked this pull request as ready for review September 25, 2023 15:26
@MShekow MShekow merged commit b04fa1d into main Sep 25, 2023
@MShekow MShekow deleted the feat/playwright-tests branch October 14, 2023 07:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace Selenium with Playwright for E2E tests
1 participant