Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Streamline configuration schema #1137

Open
jason0x43 opened this issue Apr 14, 2020 · 0 comments
Open

Streamline configuration schema #1137

jason0x43 opened this issue Apr 14, 2020 · 0 comments
Labels
effort-medium This may take a couple of days enhancement A new or improved feature priority-medium This should get done, but it's not a high priority

Comments

@jason0x43
Copy link
Member

The structure and patterns of Intern's configuration schema should be made more consistent. In particular, related items should be grouped, and some items could be better named.

Group all functional* items under a new webdriver section:

{
  "webdriver": {
    "suites": ["tests/webdriver/*.ts"],
    "baseUrl": ".",
    "coverage": false,
    "retries": 3,
    "timeouts": {
      ...
    }
}

Combine tunnel and tunnelOptions:

{
  "tunnel": {
    "name": "selenium",
    "options": { ... }
  }
}

Combine benchmark and benchmarkConfig:

{
  "benchmark": {
    "enabled": false,
    "options": { ... }
  }
}

See #1041 for discussion.

@jason0x43 jason0x43 added enhancement A new or improved feature effort-medium This may take a couple of days priority-medium This should get done, but it's not a high priority labels Apr 14, 2020
@jason0x43 jason0x43 added this to To do in Intern 5 via automation Apr 14, 2020
@github-actions github-actions bot added this to To do in Development Apr 14, 2020
@github-actions github-actions bot moved this from To do to In progress in Intern 5 Apr 14, 2020
@jason0x43 jason0x43 moved this from In progress to To do in Intern 5 Apr 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
effort-medium This may take a couple of days enhancement A new or improved feature priority-medium This should get done, but it's not a high priority
Projects
Intern 5
  
To do
Development

No branches or pull requests

1 participant