Commit 3873c15
feat(playwrighttesting): separate api, test data processing and utility layers (Azure#46681)
* feat(playwrighttesting): separate api, data processing and utility layers
* chore(): additional scalable run failure handling
* chore(): api retries and logging
* chore(): reporting api failure error handling
* fix(): no access token error message logged with error level
* chore(): remove null check condition in console writer
* chore(): add different logging levels
* refactor(): rename logger to microsoft-playwright-testing
* Update TestProcessor.cs
* Update ReporterUtils.cs
* Create ReporterUtilsTests.cs
* fix(): uri escape data string for workspace and run id
* fix(): ad hoc fixes
* fix(): handle null sas uri post refresh
* chore(): change reporting api version 2024-09-01-preview
* chore(): add tests for reporter
* chore(): add new api info
* fix(): remove parallelization from entra tests
---------
Co-authored-by: Siddharth Singha Roy <[email protected]>
Co-authored-by: Kashish Gupta <[email protected]>1 parent d5acd65 commit 3873c15
File tree
36 files changed
+3184
-1114
lines changed- sdk/playwrighttesting
- Azure.Developer.MicrosoftPlaywrightTesting.NUnit
- samples
- Azure.Developer.MicrosoftPlaywrightTesting.TestLogger
- api
- src
- Client
- Implementation
- Interface
- Model
- Processor
- Utility
- tests
- Implementation
- Model
- Processor
- Utility
36 files changed
+3184
-1114
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
Lines changed: 0 additions & 159 deletions
This file was deleted.
0 commit comments