Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.

Commit

Permalink
Testcase: Edge on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsbasjes committed Nov 28, 2020
1 parent c0f6c93 commit 26c70c4
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ This is intended as an overview of the major changes

v5.21-SNAPSHOT
===
- ...
- Analyzer:
- Tests: Edge on Linux

v5.20
===
Expand Down
30 changes: 30 additions & 0 deletions analyzer/src/main/resources/UserAgents/MSEdge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1052,3 +1052,33 @@ config:
AgentVersionMajor : '79'
AgentNameVersion : 'Edge 79.0.309.43'
AgentNameVersionMajor : 'Edge 79'

# Microsoft Edge Version 88.0.702.0 (Official build) dev (64-bit)
# running on Ubuntu 20.04 on an Intel i7 (i.e. 64 bit cpu)
- test:
input:
user_agent_string: 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4321.0 Safari/537.36 Edg/88.0.702.0'
expected:
DeviceClass : 'Desktop'
DeviceName : 'Linux Desktop'
DeviceBrand : 'Unknown'
DeviceCpu : 'Intel x86_64'
DeviceCpuBits : '64'
OperatingSystemClass : 'Desktop'
OperatingSystemName : 'Linux'
OperatingSystemVersion : 'Intel x86_64'
OperatingSystemVersionMajor : 'Intel x86'
OperatingSystemNameVersion : 'Linux Intel x86_64'
OperatingSystemNameVersionMajor : 'Linux Intel x86'
LayoutEngineClass : 'Browser'
LayoutEngineName : 'Blink'
LayoutEngineVersion : '88.0'
LayoutEngineVersionMajor : '88'
LayoutEngineNameVersion : 'Blink 88.0'
LayoutEngineNameVersionMajor : 'Blink 88'
AgentClass : 'Browser'
AgentName : 'Edge'
AgentVersion : '88.0.702.0'
AgentVersionMajor : '88'
AgentNameVersion : 'Edge 88.0.702.0'
AgentNameVersionMajor : 'Edge 88'

0 comments on commit 26c70c4

Please sign in to comment.