Skip to content

Commit

Permalink
fixed doc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrthomas committed Jul 16, 2018
1 parent 80d57db commit 933d380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Karate enables you to script a sequence of calls to any kind of web-service and assert that the responses are as expected. It makes it really easy to build complex request payloads, traverse data within the responses, and chain data from responses into the next request. Karate's payload validation engine can perform a 'smart compare' of two JSON or XML documents without being affected by white-space or the order in which data-elements actually appear, and you can opt to ignore fields that you choose.

Karate is the only open-source tool that combines web-API testing and [test-doubles](#karate-netty) into a single, *unified* test automation framework. And you can re-use API Functional Tests as [Performance Tests](#karate-gatling) !
Karate is the only open-source tool that combines web-API testing and [test-doubles](karate-netty) into a single, *unified* test automation framework. And you can re-use API Functional Tests as [Performance Tests](karate-gatling) !

Since Karate is built on top of [Cucumber-JVM](https://github.com/cucumber/cucumber-jvm), you can run tests and generate reports like any standard Java project. But instead of Java - you write tests in a language designed to make dealing with HTTP, JSON or XML - **simple**.

Expand Down

0 comments on commit 933d380

Please sign in to comment.