ThinkR-open / ThinkR-open/pw

doc: document how to configure the test in playwright.config.ts

Open Beginner friendly
#2 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.