convert_junit_to_markdown.py |
Parses a JUnit XML file and extracts test suite data.
Args:
file_path (str): Path to the JUnit XML file.
Returns:
list of dict: A list of dictionaries, each representing a test case.
|
10512 |
get-next-pr-version |
|
4128 |
slack-notification-payload-autofill-test.json |
|
1205 |
slack-notification-payload-autofill.json |
|
1196 |
slack-notification-payload-remote-settings-fetch.json |
|
1191 |
uri_update.py |
This script updates the URI schemes in the iOS Swift file based on the latest CSV data from IANA.
It fetches the CSV, parses it for permanent URI schemes, compares them with the existing ones in the Swift file,
and updates the Swift file if there are new or removed URIs.
Usage:
python uri_update.py
|
6497 |