| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
RStudio E2E - all platformsAll tests passed!#################### 100% pass rate
View report online -- opens in the browser, no download needed. Available for 14 days. Download playwright-report.zip -- extract and open index.html
All platforms - commit 44d52d9b272ad53afa39758a06ed419c4b093e39 - Run #738 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Addresses #18654.
A Playwright report and a CI run page don't currently say what they ran against. Answering "which RStudio was this?" means digging through a job log for the installer filename.
The harness now reads the build under test from the live session and reports it in two places:
Both carry RStudio's long version and release name, the R version, the edition (Desktop or Server), and the OS with its architecture:
The RStudio and R versions come from the window.rstudio.version automation bridge; the release name comes from .rs.api.versionInfo(), which is the only place it's exposed. A source build reports its synthetic version (99.9.9-pr+<run> in CI), so it can't be mistaken for a daily.
In the report, each engine gets its own metadata entry keyed by OS and edition, so a merged multi-engine report keeps every engine's line instead of the last one overwriting the rest. The OS name comes from a new PW_OS_LABEL, set per engine; on a Linux engine it reuses the existing pretty_name from the engine config, so all sixteen are covered by one line.
Two supporting changes:
Verified on Ubuntu 24 x86_64: run 33005666605.