Skip to content

Commit

Permalink
[#528] NEW: list globs, text wildcards + regex in texts_like conditions
Browse files Browse the repository at this point in the history
+ texts like conditions now accepts int and floats as text item with a TODO: implement same for other text conditions
+ some commented not needed anymore code was left to temporary log in commit some decisions made
  • Loading branch information
github-actions[bot] committed May 23, 2024
1 parent d230355 commit 7770ff7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
20 changes: 10 additions & 10 deletions traffic-selene/traffic_paths.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
{
"path": "/yashaka/selene",
"title": "yashaka/selene: User-oriented Web UI browser tests in Python",
"count": 291,
"uniques": 178
"count": 307,
"uniques": 189
},
{
"path": "/yashaka/selene/tree/master/selene",
Expand All @@ -14,8 +14,8 @@
{
"path": "/yashaka/selene/tree/master/examples",
"title": "selene/examples at master · yashaka/selene · GitHub",
"count": 57,
"uniques": 19
"count": 68,
"uniques": 22
},
{
"path": "/yashaka/selene/tree/master/selene/core",
Expand Down Expand Up @@ -47,16 +47,16 @@
"count": 23,
"uniques": 8
},
{
"path": "/yashaka/selene/blob/master/examples/run_cross_platform/tests/acceptance_test.py",
"title": "selene/examples/run_cross_platform/tests/acceptance_test.py at master · yasha...",
"count": 21,
"uniques": 9
},
{
"path": "/yashaka/selene/tree/master/selene/api",
"title": "selene/selene/api at master · yashaka/selene · GitHub",
"count": 20,
"uniques": 6
},
{
"path": "/yashaka/selene/blob/master/examples/run_cross_platform/tests/acceptance_test.py",
"title": "selene/examples/run_cross_platform/tests/acceptance_test.py at master · yasha...",
"count": 19,
"uniques": 8
}
]
20 changes: 10 additions & 10 deletions traffic-selene/traffic_referrers.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
[
{
"referrer": "Google",
"count": 338,
"uniques": 81
"count": 363,
"uniques": 89
},
{
"referrer": "github.com",
"count": 185,
"uniques": 35
"count": 200,
"uniques": 37
},
{
"referrer": "yandex.ru",
"count": 84,
"uniques": 18
"referrer": "school.qa.guru",
"count": 102,
"uniques": 11
},
{
"referrer": "school.qa.guru",
"count": 48,
"uniques": 7
"referrer": "yandex.ru",
"count": 86,
"uniques": 19
},
{
"referrer": "Bing",
Expand Down

0 comments on commit 7770ff7

Please sign in to comment.