Skip to content

Add iOS Navigation Tests workflow to GitHub Actions #226

Add iOS Navigation Tests workflow to GitHub Actions

Add iOS Navigation Tests workflow to GitHub Actions #226

Triggered via pull request June 24, 2025 11:12
Status Success
Total duration 13m 16s
Artifacts

android_e2e_tests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
end_to_end_tests: TransactionProcessor.Mobile.UITests/Common/DockerHelper.cs#L270
Non-nullable property 'Logger' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
end_to_end_tests: TransactionProcessor.Mobile.UITests/Common/DockerHelper.cs#L270
Non-nullable property 'DockerHelper' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
end_to_end_tests: TransactionProcessor.Mobile.UITests/Common/DockerHelper.cs#L270
Non-nullable property 'AccessToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
end_to_end_tests: TransactionProcessor.Mobile.UITests/Common/DockerHelper.cs#L53
Non-nullable field 'TestHostHttpClient' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
end_to_end_tests: TransactionProcessor.Mobile.UITests/Common/DockerHelper.cs#L53
Non-nullable field 'ConfigHostContainerName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
end_to_end_tests: TransactionProcessor.Mobile.UITests/Common/DockerHelper.cs#L53
Non-nullable property 'LocalIPAddress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
end_to_end_tests: TransactionProcessor.Mobile.UITests/Common/DockerHelper.cs#L53
Non-nullable field 'ProjectionManagementClient' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
end_to_end_tests: TransactionProcessor.Mobile.UITests/Common/DockerHelper.cs#L53
Non-nullable field 'TransactionProcessorClient' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
end_to_end_tests: TransactionProcessor.Mobile.UITests/Common/DockerHelper.cs#L53
Non-nullable field 'SecurityServiceClient' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
end_to_end_tests: TransactionProcessor.Mobile.UITests/Common/DockerHelper.cs#L53
Non-nullable field 'HttpClient' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
end_to_end_tests: TransactionProcessor.Mobile.BusinessLogic/ViewModels/Transactions/BillPaymentSelectOperatorPageViewModel.cs#L48
'BillPaymentSelectOperatorPageViewModel.Initialise(CancellationToken)' hides inherited member 'ExtendedBaseViewModel.Initialise(CancellationToken)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
end_to_end_tests: TransactionProcessor.Mobile.BusinessLogic/ViewModels/Transactions/BillPaymentPayBillPageViewModel.cs#L30
'BillPaymentPayBillPageViewModel.Initialise(CancellationToken)' hides inherited member 'ExtendedBaseViewModel.Initialise(CancellationToken)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
end_to_end_tests: TransactionProcessor.Mobile.BusinessLogic/Services/ApplicationCache.cs#L16
Cannot convert null literal to non-nullable reference type.
end_to_end_tests: TransactionProcessor.Mobile.BusinessLogic/ViewModels/Transactions/BillPaymentGetAccountPageViewModel.cs#L138
'BillPaymentGetMeterPageViewModel.Initialise(CancellationToken)' hides inherited member 'ExtendedBaseViewModel.Initialise(CancellationToken)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
end_to_end_tests: TransactionProcessor.Mobile.BusinessLogic/ViewModels/MyAccount/MyAccountPageViewModel.cs#L63
'MyAccountPageViewModel.Initialise(CancellationToken)' hides inherited member 'ExtendedBaseViewModel.Initialise(CancellationToken)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
end_to_end_tests: TransactionProcessor.Mobile.BusinessLogic/ViewModels/Transactions/BillPaymentGetAccountPageViewModel.cs#L55
'BillPaymentGetAccountPageViewModel.Initialise(CancellationToken)' hides inherited member 'ExtendedBaseViewModel.Initialise(CancellationToken)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
end_to_end_tests: TransactionProcessor.Mobile.BusinessLogic/ViewModels/Transactions/BillPaymentGetAccountPageViewModel.cs#L20
'BillPaymentGetAccountPageViewModel.NavigationParameterService' hides inherited member 'ExtendedBaseViewModel.NavigationParameterService'. Use the new keyword if hiding was intended.
end_to_end_tests: TransactionProcessor.Mobile.BusinessLogic/ViewModels/MyAccount/MyAccountDetailsPageViewModel.cs#L73
'MyAccountDetailsPageViewModel.Initialise(CancellationToken)' hides inherited member 'ExtendedBaseViewModel.Initialise(CancellationToken)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
end_to_end_tests: TransactionProcessor.Mobile.BusinessLogic/ViewModels/MyAccount/MyAccountContactPageViewModel.cs#L33
'MyAccountContactPageViewModel.Initialise(CancellationToken)' hides inherited member 'ExtendedBaseViewModel.Initialise(CancellationToken)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
end_to_end_tests: TransactionProcessor.Mobile.BusinessLogic/ViewModels/MyAccount/MyAccountAddressPageViewModel.cs#L42
'MyAccountAddressPageViewModel.Initialise(CancellationToken)' hides inherited member 'ExtendedBaseViewModel.Initialise(CancellationToken)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.