twilio-professional-services / flex-project-template

A starting point for Twilio Flex projects, providing management strategies for various types of artifacts and distributed development
https://twilio-professional-services.github.io/flex-project-template/
Apache License 2.0
64 stars 71 forks source link

Expand out-of-box support for UI tests #569

Closed dremin closed 5 months ago

dremin commented 5 months ago

Summary

The goal of this PR is to fix things up and make it possible to include UI tests in the future.

Checklist

github-actions[bot] commented 5 months ago

0 ESLint error(s) and 0 ESLint warning(s) found in pull request changed files. :white_check_mark: No issues found!

dremin commented 5 months ago

Looks good. I noticed we are missing mocks for ConversationsClient and VoiceClient in flex-ui. Just wanted to call this out.

Thanks! Yeah, the mock changes aren't intended to be exhaustive, rather mostly to get things to a point where we can run UI tests. I anticipate we will be adding these mocks as tests are added.