doc: document how to configure the test in playwright.config.ts
Open
Beginner friendly
Nobody has claimed this yet.
- Dominant language
- R
- Stars
- 11
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Description
- Some users might not be able to run the R command here, so we need to point them how to configure it themselves
webServer: {
command: 'R -e "setwd(here::here());options(shiny.port = 3000); shiny::runApp()"',
url: 'http://127.0.0.1:3000',
reuseExistingServer: !process.env.CI,
},
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with playwright.config.ts and the R command shown in the issue. Document how users can configure the test web server themselves, including the command, URL, and reuseExistingServer settings; done when the configuration guidance is available to users who cannot run the existing R command.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- r
- Domain
- documentation, testing
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 68/100