-
Notifications
You must be signed in to change notification settings - Fork 155
Migrate consent integration tests to Playwright #1292
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
Conversation
…-vanilla-opt-in.test.ts and Removed all WebDriver.IO Test Cases
…-vanilla-opt-in.test.ts and Removed all WebDriver.IO Test Cases
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1292 +/- ##
=======================================
Coverage 84.02% 84.02%
=======================================
Files 224 224
Lines 5921 5921
Branches 1351 1351
=======================================
Hits 4975 4975
Misses 946 946
☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
* Small repo chores (segmentio#1289) * Migrate consent integration tests to Playwright (segmentio#1292) Co-authored-by: Neelkanth Kaushik <[email protected]> * Fix jira automation (segmentio#1301) * Update Node.js version to ^20 across the repository (segmentio#1307) * Expose BaseUserTraits (segmentio#1306) * change to minor release (segmentio#1310) * Version Packages (segmentio#1309) * Update to use new signals specification (segmentio#1311) * Move signals packages out of repo (segmentio#1315) * Add architecture documentation (segmentio#1319) * Update dependencies for snyk issues (segmentio#1321) * Remove github signals docs folder (segmentio#1322) * Fix filtering of non-consented device mode integrations (segmentio#1328) * Version Packages (segmentio#1329) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update RELEASING.md on how to rotate npm tokens (segmentio#1330) --------- Co-authored-by: Seth Silesky <[email protected]> Co-authored-by: Neelkanth Kaushik <[email protected]> Co-authored-by: Chenxiang Zhang <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Continuation of @neelkanth-kaushik PR (I just fixed the last couple tests and did some small cleanup).