refactor: Migrate SwapStyles enum to SwapStyles strongly typed object #185
ci.yml
on: pull_request
run-test
1m 36s
create-nuget
37s
run-stryker
11m 59s
dependency-review
4s
infer-sharp
1m 35s
deploy
0s
Annotations
3 errors and 2 warnings
Htmxor.Configuration.HtmxHeadOutletTest ► HtmxConfig_serializer:
test/Htmxor.Tests/TestAssets/FluentAssertions/JsonStringSemanticAssertionsExtensions.cs#L14
Failed test found in:
/home/runner/work/Htmxor/Htmxor/TestResults/_fv-az1153-248_2024-05-14_17_11_09.trx
Error:
System.Text.Json.JsonDiffPatch.Xunit.JsonEqualException : JsonAssert.Equal() failure.
Expected:
{
"addedClass": "added-class",
"allowEval": true,
"allowScriptTags": true,
"attributesToSettle": [
"attr1",
"attr2"
],
"defaultFocusScroll": true,
"defaultSwapStyle": "beforeBegin",
"defaultSwapDelay": 60000,
"defaultSettleDelay": 3600000,
"disableSelector": "disable-selector",
"getCacheBusterParam": true,
"globalViewTransitions": true,
"historyCacheSize": 1234,
"historyEnabled": true,
"ignoreTitle": true,
"includeIndicatorStyles": true,
"indicatorClass": "indicator-class",
"inlineScriptNonce": "inline-script-nonce",
"methodsThatUseUrlParams": [
"GET",
"POST",
"DELETE"
],
"refreshOnHistoryMiss": true,
"requestClass": "request-class",
"scrollBehavior": "smooth",
"scrollIntoViewOnBoost": true,
"selfRequestsOnly": true,
"settlingClass": "settling-class",
"swappingClass": "swapping-class",
"timeout": 30000,
"useTemplateFragments": true,
"withCredentials": true,
"wsBinaryType": "ws-binary-type",
"wsReconnectDelay": "full-jitter",
"triggerSpecsCache": {
"revealed": [
{
"trigger": "revealed"
}
]
}
}
Actual:
{
"historyEnabled": true,
"historyCacheSize": 1234,
"refreshOnHistoryMiss": true,
"defaultSwapStyle": "beforebegin",
"defaultSwapDelay": 60000,
"defaultSettleDelay": 3600000,
"includeIndicatorStyles": true,
"indicatorClass": "indicator-class",
"requestClass": "request-class",
"addedClass": "added-class",
"settlingClass": "settling-class",
"swappingClass": "swapping-class",
"allowEval": true,
"allowScriptTags": true,
"inlineScriptNonce": "inline-script-nonce",
"attributesToSettle": [
"attr1",
"attr2"
],
"useTemplateFragments": true,
"wsReconnectDelay": "full-jitter",
"wsBinaryType": "ws-binary-type",
"disableSelector": "disable-selector",
"withCredentials": true,
"timeout": 30000,
"scrollBehavior": "smooth",
"defaultFocusScroll": true,
"getCacheBusterParam": true,
"globalViewTransitions": true,
"methodsThatUseUrlParams": [
"GET",
"POST",
"DELETE"
],
"selfRequestsOnly": true,
"ignoreTitle": true,
"scrollIntoViewOnBoost": true,
"triggerSpecsCache": {
"revealed": [
{
"trigger": "revealed"
}
]
}
}
Delta:
{
"defaultSwapStyle": [
"beforeBegin",
"beforebegin"
]
}
|
run-test
Failed test were found and 'fail-on-error' option is set to true
|
run-test
Process completed with exit code 1.
|
run-stryker
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: Sibz/github-status-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
run-stryker
The following actions uses node12 which is deprecated and will be forced to run on node16: Sibz/github-status-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
infer-sharp-report
Expired
|
136 Bytes |
|
nuget
Expired
|
181 KB |
|
stryker-reports
Expired
|
229 KB |
|
test-results
Expired
|
125 KB |
|