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

feat: record groups #272

Merged
merged 1 commit into from
Feb 7, 2019
Merged

feat: record groups #272

merged 1 commit into from
Feb 7, 2019

Conversation

AndersDJohnson
Copy link
Member

@AndersDJohnson AndersDJohnson commented Feb 4, 2019

Fixes #252.

Also includes opt-in support to write fixtures matching specific group URL patterns to a top-level group sub-directory (at fixtures/posts/suite-name instead of fixtures/suite-name), e.g.:

{
  "groups": {
    "users": "/api/v(.*)/users",
    "posts": {
      pattern: "/api/v(.*)/posts",
      directory: "posts" // or 'true' to use group name
    }
  }
}

Will document in a future PR.

@coveralls
Copy link

Pull Request Test Coverage Report for Build 1229

  • 28 of 28 (100.0%) changed or added relevant lines in 4 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.02%) to 94.39%

Totals Coverage Status
Change from base Build 1228: 0.02%
Covered Lines: 807
Relevant Lines: 832

💛 - Coveralls

@coveralls
Copy link

coveralls commented Feb 4, 2019

Pull Request Test Coverage Report for Build 1232

  • 29 of 29 (100.0%) changed or added relevant lines in 4 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.04%) to 94.413%

Totals Coverage Status
Change from base Build 1228: 0.04%
Covered Lines: 808
Relevant Lines: 833

💛 - Coveralls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: record groups
2 participants