Skip to content

Commit d116cf6

Browse files
authored
Webhooks (and misc fixes)! (#52)
* Beginnings of webhooks * Webhooks pt.2 (the webhookining) * Fix warning * Use playwright instead of pyppeteer (out of scope of PR, but whatver) * misc fixes * Fix tests? * Remove downloads from tests (always fails, page works locally???)
1 parent 742f398 commit d116cf6

20 files changed

+1212
-58
lines changed

.github/workflows/build_and_test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ jobs:
5656
- name: Install python dependencies
5757
run: |
5858
python -m pip install --upgrade pip
59-
pip install pyppeteer
59+
pip install playwright
60+
playwright install
6061
6162
- name: Restore NuGet Packages
6263
run: dotnet restore ./ReplayBrowser/ReplayBrowser.csproj

0 commit comments

Comments
 (0)