You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 1, 2020. It is now read-only.
assertTrue "Unit tests are not configured properly (failed to run them over ssh)."'[[ ${remote_unit_test_execution_status} =~ "OK (1 test, 2 assertions)" ]]'
566
+
assertTrue "Unit tests are not configured properly (failed to run them over ssh)."'[[ ${remote_test_execution_status} =~ "OK (1 test, 2 assertions)" ]]'
assertTrue "Integration tests are not configured properly (failed to run them over ssh)."'[[ ${remote_integration_test_execution_status} =~ "OK (2 tests, 3 assertions)" ]]'
576
+
assertTrue "Integration tests are not configured properly (failed to run them over ssh)."'[[ ${remote_test_execution_status} =~ "OK (2 tests, 3 assertions)" ]]'
assertTrue "GraphQL tests are not configured properly (failed to run them over ssh)."'[[ ${remote_test_execution_status} =~ "OK (1 test, 2 assertions)" ]]'
assertTrue "REST tests are not configured properly (failed to run them over ssh)."'[[ ${remote_test_execution_status} =~ "OK (1 test, 2 assertions)" ]]'
assertTrue "SOAP tests are not configured properly (failed to run them over ssh)."'[[ ${remote_test_execution_status} =~ "OK (1 test, 1 assertion)" ]]'
0 commit comments