Have something to say?

Tell us how we could make the product more useful to you.

Feature Request: Support for Chrome Launch Flags (e.g. screen sharing automation)

I’m currently trying to automate a test that involves screen sharing (e.g. clicking a “Share screen” button that triggers the browser’s native screen picker dialog). As you know, due to browser security restrictions, this dialog cannot be controlled via JavaScript or DOM automation. In tools like Puppeteer or Playwright, this limitation is usually bypassed by launching Chrome with specific flags, such as: --use-fake-ui-for-media-stream --enable-usermedia-screen-capturing --auto-select-desktop-capture-source="Entire screen" I would like to request the ability to configure such Chrome launch flags in BugBug test settings or project setup. This feature would be incredibly useful for testing scenarios that involve media devices, screen sharing, or permissions. Would it be possible to consider adding support for this in a future release?

Image

majid y 6 months ago

6

Account lockout policy

Add account lockout when the login attempt fails multiple times over short period of time. This mechanism would help to protect against unauthorized access, especially brute-force attacks. Preferably it could be expanded to be configurable at organization settings level; Account Lockout – The account is temporarily or permanently disabled after a set number of failed login attempts. Lockout Threshold – The number of failed attempts allowed before locking the account. Lockout Duration – How long the account remains locked Exponential Backoff – Increase wait time between attempts instead of a full lockout. Rate Limiting – How many login attempts can be made in a certain time frame

Image

Michał Muszyński 7 months ago

Option to set execution retries per test

At the moment we have quite some flexibility of number of retries for tests in case they fail, but this is at a testsuite level. We’ve already split our testsuites into smaller ones depending on the feature of our software, but despite this, we would love to have even more granularity on which tests are retried upon failure. This feature request is to have an option to set the number of retries on a per test basis, which would take priority and ignore the retry levels of a testsuite. So for example I have: “Login testsuite” has 1 retrie enabled I have test “Login validations” inside this testsuite that has 3 retries set at a test level The test will retry 3 times, but the other tests inside the testsuite will retry only once in case they fail

Image

Marius COJOCARIU 7 months ago

5