-
Notifications
You must be signed in to change notification settings - Fork 16
e2e tests, CF, agent and guest #1173
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
Conversation
|
I remember one more thing; since this is a CF e2e test, do you mind adding this to the Playwright "callfabric" project here? Currently, it is probably in the "default" project. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for these amazing tests. 🚀
Let's update the ENV for the production.
tests are green |
I had to re-run the default one, but it passed on second time |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description
Adds e2e tests for Call Fabric scenarios like Agent and Customer (guest token) joining the same cXML conference.
It requires two new ENV vars:
EXTERNAL_URL_FOR_CXML
, pointing to the external URL to be used in the second scenario.CXML_STREAM_URL
, pointing to the desired stream URL.Type of change
Code snippets
In case of new feature or breaking changes, please include code snippets.