Commit e1d151a
authored
* ✨ avoid a ton of window
* 🐛 last 2 windows in logs
* ✨ create global object
* 🐛 types of pristineWindow
* 🐛 microtask types
* 🐛 simplify condition
* 🐛 remove ts-expect-error
* ♻️ revert sandbox
* ✨ e2e test for worker logs
* 🐛 create global object type
* 🐛 linter warnings
* 🐛 improve e2e test
* 🐛 fix built-in type in non-worker env
* 🐛 missing exported symbol in test framework
* 🐛 firefox skip service worker test
* 🐛 type module is not compatible with importScripts in chromium
* 🐛 apply local storage automatically on sw env
* 🐛 types?
* 🐛 remove test based on global
* 🐛 wrong url in e2e
* 🐛 test hacky wa
* 🐛 test another hacky wa
* 🐛 local url in bs
* 🐛 typo in local url
* ♻️ revert base url
* 👷 test intake registry
* 👷 a final test
* 👷 ignore it
* 👷 test with localhost
* 👷 revert most of the server changes
* 🐛 sw running on localhost
* 🐛 pr-feedback: early return to ignore synthetics
* ✨ pr-feedback: tools for testing service workers in e2e
* 🐛 pr-feedback: undefined context for service worker
* 🐛 pr-feedback: rename global object
* 🐛 multiple imports
* 🐛 optional chaining now in common context
* 🐛 single sw in mocks
* 🐛 forward console in worker
* 🐛 typo in the options
* 🐛 remove log name
* 🐛 pr-feedback: improve the setup
* 🐛 pr-feedback: remove unused condition
* 🐛 pr-feedback: remove unused variable with fallback
* 🐛 pr-feedback: check logs messages
* 🐛 pr-feedback: remove localhost bridge
* 👷 pr-feedback: add comments
* ✨ mock session strategy
* Revert "✨ mock session strategy"
This reverts commit b8e5c11.
* ♻️ pr-feedback: replace none storage with session manager stub
* 🐛 pr-feedback: fix condition (thanks @BeltranBulbarellaDD)
* 🐛 pr-feedback: ignore safari in second sw logs test
* 🐛 pr-feedback: change name
* 🐛 pr-feedback: fix types
* 🐛 fix new event type
* 🐛 fixes due to new event type
* 🐛 pr-feedback: add comments
* 🐛 pr-feedback: more docs
* test putting back the address
* 🐛 add extra var
* 🐛 pr-feedback: remove listening port
* 🐛 remove transition changes
* 🐛 schema
* 🐛 more removing transition
* 🐛 pr-feedback: extract strategy condition
* 🐛 pr-feedback
* 🐛 pr-feedback: remove change in cookies authorized
1 parent 016a3b6 commit e1d151a
File tree
30 files changed
+260
-57
lines changed- packages
- core/src
- browser
- domain
- configuration
- connectivity
- error
- synthetics
- telemetry
- tools
- utils
- transport
- logs/src
- boot
- domain
- contexts
- networkError
- test/e2e
- lib
- framework
- serverApps
- helpers
- scenario
30 files changed
+260
-57
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
| |||
45 | 47 | | |
46 | 48 | | |
47 | 49 | | |
48 | | - | |
| 50 | + | |
49 | 51 | | |
50 | 52 | | |
51 | 53 | | |
52 | | - | |
| 54 | + | |
53 | 55 | | |
54 | 56 | | |
55 | 57 | | |
| |||
58 | 60 | | |
59 | 61 | | |
60 | 62 | | |
61 | | - | |
| 63 | + | |
62 | 64 | | |
63 | 65 | | |
64 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
353 | 354 | | |
354 | 355 | | |
355 | 356 | | |
356 | | - | |
| 357 | + | |
357 | 358 | | |
358 | 359 | | |
359 | 360 | | |
| |||
383 | 384 | | |
384 | 385 | | |
385 | 386 | | |
386 | | - | |
| 387 | + | |
| 388 | + | |
387 | 389 | | |
388 | | - | |
| 390 | + | |
389 | 391 | | |
390 | 392 | | |
391 | 393 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
22 | | - | |
| 24 | + | |
| 25 | + | |
23 | 26 | | |
24 | 27 | | |
25 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
14 | 20 | | |
15 | | - | |
| 21 | + | |
16 | 22 | | |
17 | 23 | | |
18 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
229 | 230 | | |
230 | 231 | | |
231 | 232 | | |
232 | | - | |
233 | | - | |
| 233 | + | |
| 234 | + | |
234 | 235 | | |
235 | 236 | | |
236 | 237 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
Lines changed: 20 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
5 | 16 | | |
6 | 17 | | |
7 | 18 | | |
| |||
29 | 40 | | |
30 | 41 | | |
31 | 42 | | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | | - | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
| |||
0 commit comments