Skip to content

Commit

Permalink
Merge pull request #107 from znsio/test-filter-granular-approach
Browse files Browse the repository at this point in the history
Fixing Saas version error.
  • Loading branch information
pranavgawri authored Oct 23, 2024
2 parents c5f456c + b539da0 commit 401e04a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ group :jekyll_plugins do
gem "jekyll-tabs"
end

# Add sass-embedded explicitly with a stable version
gem "sass-embedded", "~> 1.63"

# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
# and associated library.
platforms :mingw, :x64_mingw, :mswin, :jruby do
Expand Down
2 changes: 2 additions & 0 deletions documentation/contract_tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -902,6 +902,8 @@ Note the contract-invalid id in the example named `INVALID_ID`. Specmatic accept

A contract-invalid example would not be allowed in the example named `SUCCESS`, as it is an example that should trigger a 200 response (and hence must be a contract-valid example).

---

## Selectively Running Tests in CI

Specmatic provides powerful filtering capabilities to help you run specific tests during development and CI/CD pipelines. You can include or exclude tests based on various criteria such as HTTP methods, paths, status codes, and more.
Expand Down

0 comments on commit 401e04a

Please sign in to comment.