Php – Interactive Console while running unit test in Codeception
We have 2 scenarios: Account Binding (registering a bank account number to a service) Verify OTP (input the otp code sent via customer's mobile phone) Some response from the Account Binding used in the second scenario, but I need to…