Anton B
3ec9b58125
test: update playwright dependencies
2023-08-31 09:43:31 -03:00
Gustavo Trott
baba92cb0f
Merge 2.7 into Develop
2023-08-04 16:47:23 -03:00
Anton Georgiev
22419c40b8
Merge pull request #18169 from antonbsa/modal-prop-and-depend-updt
...
test: Fix data-test prop in modals and update dependencies
2023-06-15 20:57:38 -04:00
Anton B
8c28449d3c
test: update test dependencies
2023-06-14 14:01:17 -03:00
Anton B
a16311ad21
test: add script command to rewrite all snapshots
2023-06-13 13:51:19 -03:00
Brent Baccala
ad8c551021
connection failure tests: "npm install deep-equal" (since I use it)
2023-03-07 21:34:49 -05:00
Brent Baccala
0c1cf64492
Add npm run test:ssh
command to test suite
...
This npm script will ssh to a BigBlueButton server, obtain its URL and SECRET,
then run the test suite using these settings.
This reduces the complexity of running tests (no need to set environment variables) if you have ssh access to the server.
The shell script is a bit obscure, and comments are not allowed in JSON.
The "set -e" switch is used to exit the script if the ssh fails, but this only works
if the ssh is not part of a pipeline, which is why it is assigned to a separate variable.
(see https://unix.stackexchange.com/a/23099/37949 )
2022-12-30 14:09:31 -05:00
Anton B
282a81b0e9
Merge remote-tracking branch 'upstream/v2.6.x-release' into v2.6-tests-fixes
2022-12-14 15:51:26 -03:00
Ramón Souza
064b554dfd
Merge remote-tracking branch 'upstream/v2.5.x-release' into merge-2526-dec14
2022-12-14 13:23:11 -03:00
Anton Barboza
77d958d172
test: update dependencies and fix polling elements
2022-11-30 16:50:43 +01:00
Anton Barboza
bfb29c8c32
test: add new selector check and update package-lock.json
2022-11-29 18:01:14 +01:00
Brent Baccala
d2700acb92
testsuite console logging: use npm package 'chalk' to parse colors
2022-11-09 13:43:36 -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
Anton Georgiev
3e1f73a5f0
Merge pull request #15639 from bigbluebutton/snyk-upgrade-46275f7a0dfd4f946e42f058080c6739
...
[Snyk] Upgrade @playwright/test from 1.22.2 to 1.25.0
2022-09-08 11:27:37 -04:00
snyk-bot
e89bb29010
fix: upgrade @playwright/test from 1.22.2 to 1.25.0
...
Snyk has created this PR to upgrade @playwright/test from 1.22.2 to 1.25.0.
See this package in npm:
https://www.npmjs.com/package/@playwright/test
See this project in Snyk:
https://app.snyk.io/org/bigbluebutton/project/8bbbaf02-e34c-42be-8688-067ef9eb712e?utm_source=github&utm_medium=referral&page=upgrade-pr
2022-09-05 05:25:48 +00:00
Brent Baccala
0d2b365b3e
make testing script names more consistent
2022-08-22 23:03:58 -04:00
Brent Baccala
9d22231e8e
make testing script names more consistent
2022-08-22 23:02:59 -04:00
Brent Baccala
92e1671e39
add a 'test-firefox-ci' target to playwright's package.json, and configure
...
github to run it for a pull request if a "[Tt]est Firefox" label is present
2022-08-22 22:09:00 -04:00
Brent Baccala
19ce4c38ae
add a 'test-firefox-ci' target to playwright's package.json, and configure
...
github to run it for a pull request if a "[Tt]est Firefox" label is present
2022-08-22 17:00:43 -04:00
Anton B
ed757cee34
test: update playwright to v1.19.2
2022-06-07 14:52:54 -03:00
Anton B
d3e9d85bc6
fix warnings, uninstall unused lib and move media folder into the core
2022-04-07 15:34:25 -03:00
Anton B
d1c461d9fb
test: npm audit fix
2022-03-23 16:38:21 -03:00
Anton
d33eb97fd2
update test packages
2022-02-10 10:42:30 -03:00
Anton
2b06174958
add additional test scripts and update readme
2022-01-20 10:07:48 -03:00
Anton
157294739f
add Audio test suite
2021-11-22 18:06:41 -03:00
Anton
75645f15bd
add core files
2021-11-18 16:20:11 -03:00
Maxim Khlobystov
847d7e779d
Move dependencies to devDependencies
2021-11-02 19:04:48 -04:00
Maxim Khlobystov
6ad747b000
Add initial Playwright setup and some chat and user test specs
2021-11-02 12:45:52 -04:00