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

Feature: Block Background Calls #340

Open
8 tasks
wurzelkuchen opened this issue Jan 27, 2025 · 0 comments
Open
8 tasks

Feature: Block Background Calls #340

wurzelkuchen opened this issue Jan 27, 2025 · 0 comments
Labels
codeImplementationNeeded This issue requires a change in the code of Neodymium docsNeeded The documenttion needs to be checked if there are changes needed and if so, adaptions should be made feature

Comments

@wurzelkuchen
Copy link
Contributor

Quick Description

Some customers requests to completely block URLs of their tracking system. This could be added to our feature set.

User Story

As a user of test automation,
I want to be sure, that the test automation does not interfere with my tracking data
so that the tracking is clean

Functional Requirements

  • Add a blocking mechanism for background calls.
  • Do this in form a blocklist and an allow list.
  • If not possible otherwise, usitlize the dev tool API.
  • Add configuration properties for both lists.
  • Make sure the naming is easiliy to differentiate from the current blocking/allow list.

Documentation Requirements

  • Document the new feature in the wiki

Test Requirements

  • Add Unit tests if possible
  • Run manual smoke tests on an external test suite
@wurzelkuchen wurzelkuchen added docsNeeded The documenttion needs to be checked if there are changes needed and if so, adaptions should be made codeImplementationNeeded This issue requires a change in the code of Neodymium feature labels Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
codeImplementationNeeded This issue requires a change in the code of Neodymium docsNeeded The documenttion needs to be checked if there are changes needed and if so, adaptions should be made feature
Projects
None yet
Development

No branches or pull requests

1 participant