Skip to content

Commit 0daecff

Browse files
authored
Merge pull request #57 from TechnologyEnhancedLearning/feat-button-for-cicd-testing
Feat button for cicd testing
2 parents ab34a92 + 4ef5baf commit 0daecff

File tree

23 files changed

+357
-932
lines changed

23 files changed

+357
-932
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,3 +198,4 @@ CHANGELOG.md
198198

199199

200200
/AllTestResults/coverage.cobertura.xml
201+
/TELBlazor.Components.ShowCase.E2ETests.WasmServerHost/TELBlazor.Components.ShowCase.E2ETests.WasmServerHost/Logs/*.txt

AllTestResults/coverage.cobertura.xml

Lines changed: 0 additions & 388 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 5 additions & 493 deletions
Large diffs are not rendered by default.

PackageSettings.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<NupkgOutputPath>$(NupkgOutputPath)</NupkgOutputPath>
88

99
<!--can be local folder-->
10+
1011
<TELBlazorPackageSource>$(TELBlazorPackageSource)</TELBlazorPackageSource>
1112

1213
<!--Use project reference for faster iteration in development-->

README.md

Lines changed: 262 additions & 23 deletions
Large diffs are not rendered by default.

TELBlazor.Components.ShowCase.E2ETests.WasmServerHost/TELBlazor.Components.ShowCase.E2ETests.WasmServerHost.Client/packages.lock.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@
318318
"Blazored.LocalStorage": "[4.5.0, )",
319319
"Microsoft.AspNetCore.Components.Web": "[8.0.14, )",
320320
"Serilog": "[4.2.0, )",
321-
"TELBlazor.Components": "[10.9.9, )"
321+
"TELBlazor.Components": "[1.4.0, )"
322322
}
323323
},
324324
"Microsoft.AspNetCore.Components.Web": {
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"APIs": {
3+
},
4+
5+
"Serilog": {
6+
"Using": [
7+
"Serilog.Sinks.BrowserConsole"
8+
],
9+
"MinimumLevel": {
10+
"Default": "Information",
11+
"Override": {
12+
"Microsoft": "Warning",
13+
"System": "Warning"
14+
}
15+
},
16+
"WriteTo": [
17+
{
18+
"Name": "BrowserConsole",
19+
"Args": {
20+
"formatter": "Serilog.Formatting.Compact.CompactJsonFormatter, Serilog.Formatting.Compact"
21+
}
22+
}
23+
],
24+
"Enrich": [ "FromLogContext", "WithMachineName", "WithProcessId", "WithThreadId" ],
25+
"Properties": {
26+
"Application": "TELBlazor ShowCase E2E Client",
27+
"Environment": "Development"
28+
}
29+
},
30+
"Properties": {
31+
"Application": "TELBlazor ShowCase E2E Client",
32+
"Environment": "Development"
33+
},
34+
"AllowedHosts": "*"
35+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
gitinclude
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
gitinclude

TELBlazor.Components.ShowCase.E2ETests.WasmServerHost/TELBlazor.Components.ShowCase.E2ETests.WasmServerHost/appsettings.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)