Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update TestBot #3022

Closed
chrimc62 opened this issue Jan 13, 2021 · 0 comments · Fixed by #3029
Closed

Update TestBot #3022

chrimc62 opened this issue Jan 13, 2021 · 0 comments · Fixed by #3029
Assignees
Labels
feature-request A request for new functionality or an enhancement to an existing one. generated Generated dialogs related issues

Comments

@chrimc62
Copy link
Contributor

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:

  1. Have the latest sandwich schema.
  2. 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.
  3. Generate form.
  4. 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.
  5. Update the Test in TestBot.

The goal is to ensure that everything is working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request A request for new functionality or an enhancement to an existing one. generated Generated dialogs related issues
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants