forked from web-platform-tests/wpt
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
In the ATK ATTA, @joanmarie has included an argument processor that takes 3 arguments:
web-platform-tests/wai-aria/tools/atta-atk-atspi.py
Lines 822 to 827 in 419a77e
| def get_cmdline_options(): | |
| parser = argparse.ArgumentParser() | |
| parser.add_argument("--host", action="store") | |
| parser.add_argument("--port", action="store") | |
| parser.add_argument("--ignore-dependencies", action="store_true") | |
| return vars(parser.parse_args()) |
I propose that we require that all ATTAs provide for a --debug option that, when enabled, logs all messages and AT API data so that it is possible to more easily analyze what the test is asking for, what is being seen, and how that is being interpreted by the ATTA.
Metadata
Metadata
Assignees
Labels
No labels