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
We need to improve our testing. The thing we are missing is the ability to run a script to test the actual behavior of the generated code.
Update test in testbot to:
Have the latest sandwich schema.
Be updated to latest SDK including adding a TestAdapter and including SetTestOptionsMiddleware. You can find examples in C# SDK. You will need a TestAdapter and add it to that.
Generate form.
Use emulator to update the transcript. Be sure to test lots of features. We don't we randomness so you don't need it, but you could update to the latest emulator which lets you set randomSeed/randomValue.
Update the Test in TestBot.
The goal is to ensure that everything is working.
The text was updated successfully, but these errors were encountered:
We need to improve our testing. The thing we are missing is the ability to run a script to test the actual behavior of the generated code.
Update test in testbot to:
The goal is to ensure that everything is working.
The text was updated successfully, but these errors were encountered: