Module API results.osVersion
contains only Linux distribution without release version
#30533
Labels
results.osVersion
contains only Linux distribution without release version
#30533
Current behavior
When running on Linux, the Cypress Module API
results.osVersion
contains only the name of the Linux distribution, e.g.Debian -
Fedora -
Ubuntu -
The Linux release version e.g.
24.04
is missing fromresults.osVersion
when run under Cypress11.0.0
and above. This issue is a regression compared to Cypress10.11.0
.Desired behavior
When running on Linux, the Cypress Module API
results.osVersion
should contain both the Linux distribution name and release version, e.g.Ubuntu - 24.04
. This is how it worked in Cypress10.11.0
.cypress info
displays both the Linux distribution name and release version,e.g.Ubuntu - 24.04
as in the following output:Test code to reproduce
On Ubuntu
24.04.1
LTS, Node.jsv22.11.0
LTS, execute:Cypress Version
First reported on version:
13.15.1
Reproducible also on
13.16.1
Node version
v22.12.0
LTSOperating System
Ubuntu
24.04.1
LTSDebug Logs
Preparation as in "Test code to reproduce" above, then execute:
excerpt only:
Other
See cli/types/cypress-npm-api.d.ts
cypress/cli/types/cypress-npm-api.d.ts
Lines 271 to 294 in b8a5280
The text was updated successfully, but these errors were encountered: