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
Should define specific .yaml files for each one of the 4 available configs:
EndToEndWithFake - should build the client in DebugWithSpecs config and the e2e specs in EndToEndWithFake config
IntegrationWithFake - should build the integration specs in IntegrationWithFake config
EndToEndWithReal - should build the client in DebugWithSpecs config and the server in DebugWithSpecs config and the e2e specs in EndToEndWithReal config
IntegrationWithReal - should build the integration specs in IntegrationWithReal config and the server in DebugWithSpecs config
The text was updated successfully, but these errors were encountered:
Should define specific
.yaml
files for each one of the 4 available configs:EndToEndWithFake
- should build the client inDebugWithSpecs
config and the e2e specs inEndToEndWithFake
configIntegrationWithFake
- should build the integration specs inIntegrationWithFake
configEndToEndWithReal
- should build the client inDebugWithSpecs
config and the server inDebugWithSpecs
config and the e2e specs inEndToEndWithReal
configIntegrationWithReal
- should build the integration specs inIntegrationWithReal
config and the server inDebugWithSpecs
configThe text was updated successfully, but these errors were encountered: