microsoft / BotFramework-FunctionalTests

Functional Tests, run nightly, to drive quality of the Microsoft Bot Framework
MIT License
31 stars 27 forks source link

[#503] Enable Cards tests for ComposerSkillBotDotNet #574

Closed ceciliaavila closed 2 years ago

ceciliaavila commented 2 years ago

Addresses #503

Description

This PR updates the ComposerSkillBotDotNet adding the missing properties in CardsDialog in order to enable the Cards scenario for this bot. Also, it splits the CardActionTests class into different classes, one for each card type, to be able to run the tests in parallel reducing the execution time from over 50' to 7' approx.

Detailed Changes

Testing

These images show the Cards tests executing in parallel and the pipeline passing in less than 10 minutes. image

ceciliaavila commented 2 years ago

Hi @ceciliaavila, can you please see if you guys can address the merge conflicts on this one?

Thanks

Hi @gabog, we fixed the conflicts. Thanks!