Skip to content
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

Testsuite console log #15903

Merged

Conversation

BrentBaccala
Copy link
Contributor

Allows testsuite users to print browser console logs to playwright's standard output.

From the updated README:

You can print the browser console log to standard output by setting the environment variable CONSOLE:

$ CONSOLE= npm test chat -- --project=firefox

CONSOLE can be blank (as in the example), or can be a comma-separated list of the following options:

Option Meaning
color (or "colour") colorize the output
label label each line with the BigBlueButton user
norefs remove JavaScript reference URLs
nots remove timestamps
nocl remove "clientLogger:" strings

@github-actions
Copy link

This pull request has conflicts ☹
Please resolve those so we can review the pull request.
Thanks.

@BrentBaccala BrentBaccala changed the base branch from develop to v2.5.x-release October 31, 2022 21:06
@BrentBaccala
Copy link
Contributor Author

I rebased this on v2.5.x-release, as we discussed on the October 31 testing call.

@MaximKhlobystov
Copy link
Collaborator

Thanks for changing the branch!

@MaximKhlobystov MaximKhlobystov added this to the Release 2.5 milestone Nov 3, 2022
@github-actions
Copy link

github-actions bot commented Nov 9, 2022

This pull request has conflicts ☹
Please resolve those so we can review the pull request.
Thanks.

@BrentBaccala
Copy link
Contributor Author

Committing the API tests (PR #15653) created a merge conflict with this PR because both PRs added npm packages and modified package-lock.json. I fixed the conflicts and updated this PR.

@sonarcloud
Copy link

sonarcloud bot commented Nov 9, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

Copy link
Collaborator

@MaximKhlobystov MaximKhlobystov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice addition!

@ramonlsouza ramonlsouza merged commit a2d6a45 into bigbluebutton:v2.5.x-release Nov 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants