diff --git a/_sass/_homepage.scss b/_sass/_homepage.scss index 6b3d27e2..d9a1e032 100644 --- a/_sass/_homepage.scss +++ b/_sass/_homepage.scss @@ -19,6 +19,7 @@ html { gap: $p-3xl; flex-direction: row; } + .home-header-hero-text { flex: 0 1 50%; } @@ -1153,6 +1154,11 @@ html { } } + &__image { + margin-bottom: $p-l; + width: 100%; + } + &__boxes { @media (min-width: 920px) { padding: $p-xl 0; @@ -1184,6 +1190,10 @@ html { background-color: $light-gray; border-radius: 10px; + &__box--b { + grid-template-rows: auto min-content 1fr min-content; + } + &--alt { background: $blue; border-radius: 10px; diff --git a/b.html b/b.html new file mode 100644 index 00000000..122a7ca4 --- /dev/null +++ b/b.html @@ -0,0 +1,352 @@ +--- +layout: default +title: WireMock - flexible, open source API mocking +description: WireMock is a tool for building mock APIs. API mocking enables you build stable, predictable development environments when the APIs you depend on are unreliable or don't exist. +header_signup_link: "https://www.wiremock.io/product?utm_source=wiremock.org&utm_medium=referral&utm_campaign=masthead" +--- + + + +
+
+

Mock the APIs You Depend On

+ +
+
+ WireMock OSS +

Open Source

+

+ The core WireMock engine.
+ Embed in your test code, run as a standalone process, or deploy via + Docker. +

+ +
+ Learn more +
+
+
+ WireMock cloud +

Cloud

+ +
+

+ Web UI with team collaboration, OpenAPI + Swagger support, and chaos + testing. +

+

Start on the generous free-forever tier:

+
+
+ Get Started +
+
+
+
+
+ +
+
+
+
+

+ Flexible API Mocking for Testing and + Development +

+ + + +

+ WireMock is a tool for building mock APIs. Create stable development + environments, isolate yourself from flakey 3rd parties and simulate + APIs that don't exist yet. +

+ + +
+
+

+   Join us for Hacktoberfest 2023! +

+

Learn WireMock and contribute to open source

+

+ + + +

+

+ This October we participate in Hacktoberfest - a global open source + hack fest. We invite you to join us, regardless of your profile and + technology stack. +

+

+ Adopt WireMock in your projects, contribute new features and fixes, + improve docs, create new demos and artwork, etc. +

+

+ Learn More... +

+
+
+
+
+ +
+
+ z +
+
+ wiremock cloud screenshot +
+
+ +
+ +

Hosted API mocking for everyone

+ +
    +
  • SaaS, nothing to install
  • +
  • For individuals, teams and enterprises
  • +
  • Intuitive web UI for developers
  • +
  • OpenAPI, Swagger and Postman import
  • +
  • NEW: Chaos Engineering
  • +
  • Generous free plan
  • +
+ + +
+
+
+ +
+
+

Key Features

+

+ WireMock frees you from dependency on unstable APIs and allows you to + develop with confidence. It's easy to launch a mock API server and + simulate a host of real-world scenarios and APIs - including REST, SOAP, + OAuth2 and more. +

+
+
+
+ Wiremock Features +
+

Advanced request matching

+
+
+
+ wiremock dynamic response +
+

Dynamic response templating

+
+
+
+ wiremock unit tests +
+

+ Run in your unit tests, on your laptop or in your test environment. +

+
+
+
+ wiremock fault and latency +
+

Fault and latency injection

+
+
+
+ wiremock record playback +
+

Record / Playback

+
+
+
+ wiremock java, python, http +
+

Java, Python, HTTP and

+

JSON file APIs

+
+
+ Full Documentation +
+
+
+

Downloads

+

+ WireMock is available as a standalone service, Java library and + integrations for modern languages and technology stacks. +

+ + {% include downloads.html show_standalone="true" %} +
+ +
+
+

Frequently Asked Questions

+ +
+
What is WireMock?
+
+ WireMock is a free API mocking tool that can be run as a standalone + server, or in a hosted version via the + WireMock Cloud managed service. +
+ +
What is API mocking?
+
+ API mocking involves creating a simple simulation of an API, accepting + the same types of request and returning identically structured + responses as the real thing, enabling fast and reliable development + and testing. +
+ +
When do you need to mock APIs?
+
+ API mocking is typically used during development and testing as it + allows you to build your app without worrying about 3rd party APIs or + sandboxes breaking. It can also be used to rapidly prototype APIs that + don’t exist yet. +
+ +
How do you create an API mock?
+
+ WireMock supports several approaches for creating mock APIs - in code, + via its REST API, as JSON files and by recording HTTP traffic proxied + to another destination. +
+ +
What makes WireMock unique?
+
+ WireMock has a rich + matching system, allowing any + part of an incoming request to be matched against complex and precise + criteria. Responses of any complexity can be dynamically generated via + the Handlebars based templating system. Finally, WireMock is easy to + integrate into any workflow due to its numerous + extension points and + comprehensive APIs. +
+ +
Is WireMock open source?
+
+ Yes, WireMock is a completely open source API mocking tool (GitHub repo). If you’re looking for a hosted version of WireMock, check out + WireMock Cloud. +
+ +
Is WireMock a free service?
+
WireMock is completely free under the Apache 2.0 license.
+
+
+
+
diff --git a/images/home/cloud.png b/images/home/cloud.png new file mode 100644 index 00000000..525c5ada Binary files /dev/null and b/images/home/cloud.png differ diff --git a/images/home/oss.png b/images/home/oss.png new file mode 100644 index 00000000..95ed2d4a Binary files /dev/null and b/images/home/oss.png differ