Skip to content

Commit

Permalink
[#530] NEW: support ignore_case as config option
Browse files Browse the repository at this point in the history
[#537] TEST: cover value like conditions with ignore_case tests
  • Loading branch information
github-actions[bot] committed Jul 14, 2024
1 parent 609568a commit 6bbb6dd
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 33 deletions.
44 changes: 22 additions & 22 deletions traffic-selene/traffic_paths.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,39 +2,39 @@
{
"path": "/yashaka/selene",
"title": "yashaka/selene: User-oriented Web UI browser tests in Python",
"count": 253,
"uniques": 160
"count": 260,
"uniques": 162
},
{
"path": "/yashaka/selene/tree/master/selene",
"title": "selene/selene at master · yashaka/selene · GitHub",
"count": 28,
"uniques": 8
"count": 34,
"uniques": 9
},
{
"path": "/yashaka/selene/tree/master/examples",
"title": "selene/examples at master · yashaka/selene · GitHub",
"count": 27,
"uniques": 11
"count": 33,
"uniques": 13
},
{
"path": "/yashaka/selene/tree/master/tests",
"title": "selene/tests at master · yashaka/selene · GitHub",
"count": 26,
"uniques": 7
},
{
"path": "/yashaka/selene/tree/master/docs",
"title": "selene/docs at master · yashaka/selene · GitHub",
"count": 24,
"uniques": 8
},
{
"path": "/yashaka/selene/issues",
"title": "Issues · yashaka/selene · GitHub",
"count": 22,
"uniques": 12
},
{
"path": "/yashaka/selene/tree/master/docs",
"title": "selene/docs at master · yashaka/selene · GitHub",
"count": 22,
"uniques": 7
},
{
"path": "/yashaka/selene/blob/master/README.md",
"title": "selene/README.md at master · yashaka/selene · GitHub",
Expand All @@ -44,19 +44,19 @@
{
"path": "/yashaka/selene/tree/master/selene/common",
"title": "selene/selene/common at master · yashaka/selene · GitHub",
"count": 14,
"uniques": 3
},
{
"path": "/yashaka/selene/tree/master/.run",
"title": "selene/.run at master · yashaka/selene",
"count": 14,
"uniques": 1
"count": 17,
"uniques": 4
},
{
"path": "/yashaka/selene/tree/master/selene/api",
"title": "selene/selene/api at master · yashaka/selene",
"count": 12,
"uniques": 2
"count": 17,
"uniques": 3
},
{
"path": "/yashaka/selene/tree/master/selene/core",
"title": "selene/selene/core at master · yashaka/selene · GitHub",
"count": 14,
"uniques": 3
}
]
22 changes: 11 additions & 11 deletions traffic-selene/traffic_referrers.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
[
{
"referrer": "Google",
"count": 212,
"uniques": 64
"count": 214,
"uniques": 65
},
{
"referrer": "github.com",
"count": 93,
"uniques": 19
"count": 95,
"uniques": 21
},
{
"referrer": "DuckDuckGo",
"count": 37,
"count": 38,
"uniques": 34
},
{
"referrer": "yandex.ru",
"count": 35,
"count": 36,
"uniques": 7
},
{
Expand All @@ -40,13 +40,13 @@
"uniques": 14
},
{
"referrer": "qiita.com",
"count": 8,
"uniques": 4
"referrer": "school.qa.guru",
"count": 11,
"uniques": 3
},
{
"referrer": "yashaka.github.io",
"count": 7,
"referrer": "qiita.com",
"count": 8,
"uniques": 4
}
]

0 comments on commit 6bbb6dd

Please sign in to comment.