Anton B
5d731ac963
test: fix and update tests
2023-02-14 10:59:46 -03:00
Brent Baccala
4a0638c00e
test suite: move breakout room API tests to a separate file
2022-11-18 16:53:05 -05:00
Brent Baccala
8f82c7b695
testsuite: initial breakout room tests
2022-11-17 22:26:08 -05:00
Brent Baccala
f2b53df4fc
move two simple API routines from core/helpers.js to api/api.js
2022-11-07 17:00:55 -05:00
Brent Baccala
6f7c82641f
API calls: refactor code to call joinMicrophone instead of duplicating that logic
2022-11-07 17:00:54 -05:00
Brent Baccala
e2b65c546a
API calls: refactor createMeeting to separate out URL calculation,
...
creating a promise, and resolving the promise. Also split API
tests apart and name them less confusingly.
2022-11-07 17:00:54 -05:00
Brent Baccala
0e57e6049e
test suite: add API tests for getMeetings/getMeetingInfo
...
This also creates a new package requirement (xml2js) for the
playwright test suite and adds a new helper function to make an API
call and obtain its parsed XML response as a JavaScript object
2022-11-07 17:00:54 -05:00