Skip to content

Commit

Permalink
cleanup cucumber legacy code #2214
Browse files Browse the repository at this point in the history
also refer #2083 we have removed karate-mock-servlet
junit4 was removed in a previous commit
  • Loading branch information
ptrthomas committed Feb 2, 2023
1 parent b42899a commit 2e73fc3
Show file tree
Hide file tree
Showing 55 changed files with 9 additions and 1,535 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,7 @@ And you don't need to create additional Java classes for any of the payloads tha
<tr>
<th>More</th>
<td>
<a href="karate-mock-servlet">Mock Servlet</a>
| <a href="karate-netty">Test Doubles</a>
<a href="karate-netty">Test Doubles</a>
| <a href="karate-gatling">Performance Testing</a>
| <a href="karate-core">UI Testing</a>
| <a href="karate-robot">Desktop Automation</a>
Expand Down Expand Up @@ -269,7 +268,6 @@ And you don't need to create additional Java classes for any of the payloads tha
* Built-in [distributed-testing capability](https://github.com/intuit/karate/wiki/Distributed-Testing) that works for API, UI and even [load-testing](https://github.com/intuit/karate/wiki/Distributed-Testing#gatling) - without needing any complex "grid" infrastructure
* [API mocks](karate-netty) or test-doubles that even [maintain CRUD 'state'](https://hackernoon.com/api-consumer-contract-tests-and-test-doubles-with-karate-72c30ea25c18) across multiple calls - enabling TDD for micro-services and [Consumer Driven Contracts](https://martinfowler.com/articles/consumerDrivenContracts.html)
* [Async](#async) support that allows you to seamlessly integrate the handling of custom events or listening to message-queues
* [Mock HTTP Servlet](karate-mock-servlet) that enables you to test __any__ controller servlet such as Spring Boot / MVC or Jersey / JAX-RS - without having to boot an app-server, and you can use your HTTP integration tests un-changed
* Built-in [HTML templating](https://twitter.com/KarateDSL/status/1338892932691070976) so that you can extend your test-reports into readable specifications
* Comprehensive support for different flavors of HTTP calls:
* [SOAP](#soap-action) / XML requests
Expand Down
3 changes: 0 additions & 3 deletions examples/mock-servlet/README.md

This file was deleted.

69 changes: 0 additions & 69 deletions examples/mock-servlet/pom.xml

This file was deleted.

37 changes: 0 additions & 37 deletions examples/mock-servlet/src/main/java/payment/producer/Payment.java

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

6 changes: 0 additions & 6 deletions examples/mock-servlet/src/test/java/karate-config.js

This file was deleted.

25 changes: 0 additions & 25 deletions examples/mock-servlet/src/test/java/logback-test.xml

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 2e73fc3

Please sign in to comment.