Commit 9613aff
authored
ci: Run SDK browser smoke tests as a separate workflow job (#3372)
## Summary
Separates SDK browser smoke tests from the main browser end-to-end test
job into its own dedicated workflow job for better CI visibility and
parallel execution.
## Changes
- Extracted `npm run test-browser-smoke` from existing browser test job
- Created new `sdk-browser-smoke-test` job with required Docker services
and test environment configuration – this includes `cassandra` now for
the resend testing.
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> Separates SDK browser smoke tests from the main browser E2E job and
updates test credentials.
>
> - Adds `sdk-browser-smoke-test` job in
`.github/workflows/validate.yml` with browser setup, required Docker
services (including `cassandra`), and runs `npm run test-browser-smoke`
> - Removes inline `npm run test-browser-smoke` execution from
`sdk-browser-e2e` job
> - Updates `packages/sdk/test/browser-smoke-test/smoke-test.html` to
use a new `PUBLISHER_KEY` value
>
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
9562af2. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->1 parent 7039eea commit 9613aff
File tree
2 files changed
+12
-2
lines changed- .github/workflows
- packages/sdk/test/browser-smoke-test
2 files changed
+12
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
159 | 169 | | |
160 | 170 | | |
161 | 171 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments