Commit Graph

14 Commits

Author SHA1 Message Date
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
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
Brent Baccala
d3f9625bfa testsuite console logging: handle Firefox, add five options and update README 2022-11-09 13:41:50 -05:00
Brent Baccala
9a6cb96723 testsuite: update outdated instructions in README for browser selection 2022-11-09 13:41:50 -05:00
Brent Baccala
72e6ae2988 add documentation on how to record Meteor traffic 2022-06-17 15:47:39 -04:00
Maxim Khlobystov
d39c1dd842
Change Node version in README 2022-05-11 10:52:51 -04:00
Maxim Khlobystov
630289ac97 Updated README 2022-05-11 10:22:18 -04:00
Anton
2b06174958 add additional test scripts and update readme 2022-01-20 10:07:48 -03:00
Anton Georgiev
28de5fa1d7
Merge pull request #13806 from antonbsa/playwright-updates
test: Updates playwright tests
2021-12-03 14:23:49 -05:00
Anton
068bb4174d fix requested changes 2021-12-03 14:01:36 -03:00
Fred Dixon
ea1357d5ce
Update README.md 2021-11-20 15:06:19 -05:00
Maxim Khlobystov
6043f6aeaf Updated Playwright installation instructions 2021-11-04 23:04:50 -04:00
Maxim Khlobystov
26468745b4 Add newlines 2021-11-02 18:50:20 -04:00
Maxim Khlobystov
6ad747b000 Add initial Playwright setup and some chat and user test specs 2021-11-02 12:45:52 -04:00