Skip to content

Commit

Permalink
[#519] FIX: Fix path of screenshot and pagesource (#525)
Browse files Browse the repository at this point in the history
* Update the configuration to log the screenshot and page source file path correctly for all OS types

* prefix variable added. formatted prefix as 'file://'

---------

Co-authored-by: Edale Miguel <[email protected]>
  • Loading branch information
github-actions[bot] and Edale Miguel committed May 15, 2024
1 parent c6c3144 commit 9085f38
Show file tree
Hide file tree
Showing 8 changed files with 49 additions and 49 deletions.
8 changes: 4 additions & 4 deletions total_clones.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions total_clones_per_week.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions traffic-selene/clones.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions traffic-selene/clones_per_week.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions traffic-selene/traffic_clones.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"count": 106183,
"uniques": 10597,
"count": 106184,
"uniques": 10598,
"clones": [
{
"timestamp": "2020-12-24T00:00:00Z",
Expand Down Expand Up @@ -6189,8 +6189,8 @@
},
{
"timestamp": "2024-05-14T00:00:00Z",
"count": 66,
"uniques": 21
"count": 67,
"uniques": 22
}
]
}
8 changes: 4 additions & 4 deletions traffic-selene/traffic_clones_per_week.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"count": 420,
"uniques": 80,
"count": 421,
"uniques": 81,
"clones": [
{
"timestamp": "2024-05-08T00:00:00Z",
Expand Down Expand Up @@ -34,8 +34,8 @@
},
{
"timestamp": "2024-05-14T00:00:00Z",
"count": 66,
"uniques": 21
"count": 67,
"uniques": 22
}
]
}
28 changes: 14 additions & 14 deletions traffic-selene/traffic_paths.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,37 @@
{
"path": "/yashaka/selene",
"title": "yashaka/selene: User-oriented Web UI browser tests in Python",
"count": 295,
"uniques": 159
"count": 316,
"uniques": 167
},
{
"path": "/yashaka/selene/tree/master/selene",
"title": "selene/selene at master · yashaka/selene · GitHub",
"count": 69,
"uniques": 13
"count": 71,
"uniques": 14
},
{
"path": "/yashaka/selene/blob/master/README.md",
"title": "selene/README.md at master · yashaka/selene · GitHub",
"count": 48,
"count": 54,
"uniques": 12
},
{
"path": "/yashaka/selene/tree/master/examples",
"title": "selene/examples at master · yashaka/selene · GitHub",
"count": 46,
"uniques": 14
"count": 50,
"uniques": 16
},
{
"path": "/yashaka/selene/tree/master/tests",
"title": "selene/tests at master · yashaka/selene · GitHub",
"count": 43,
"uniques": 13
},
{
"path": "/yashaka/selene/tree/master/selene/core",
"title": "selene/selene/core at master · yashaka/selene",
"count": 41,
"count": 43,
"uniques": 6
},
{
Expand All @@ -35,12 +41,6 @@
"count": 34,
"uniques": 3
},
{
"path": "/yashaka/selene/tree/master/tests",
"title": "selene/tests at master · yashaka/selene · GitHub",
"count": 27,
"uniques": 11
},
{
"path": "/yashaka/selene/tree/master/selene/support",
"title": "selene/selene/support at master · yashaka/selene",
Expand Down
22 changes: 11 additions & 11 deletions traffic-selene/traffic_referrers.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
[
{
"referrer": "github.com",
"count": 378,
"uniques": 36
"count": 387,
"uniques": 40
},
{
"referrer": "Google",
"count": 316,
"uniques": 86
"count": 357,
"uniques": 94
},
{
"referrer": "school.qa.guru",
"count": 43,
"uniques": 6
"count": 44,
"uniques": 7
},
{
"referrer": "yandex.ru",
"count": 40,
"uniques": 10
"count": 42,
"uniques": 11
},
{
"referrer": "Bing",
Expand All @@ -26,7 +26,7 @@
},
{
"referrer": "yashaka.github.io",
"count": 21,
"count": 22,
"uniques": 3
},
{
Expand All @@ -41,8 +41,8 @@
},
{
"referrer": "automated-testing.info",
"count": 7,
"uniques": 3
"count": 10,
"uniques": 4
},
{
"referrer": "softwarerecs.stackexchange.com",
Expand Down

0 comments on commit 9085f38

Please sign in to comment.