You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-3
Original file line number
Diff line number
Diff line change
@@ -783,7 +783,6 @@ A curated list of awesome Java frameworks, libraries and software.
783
783
*[Cucumber](https://github.com/cucumber/cucumber-jvm) - Behavioural Driven Development (BDD) testing framework.
784
784
*[Cukes-REST](https://github.com/ctco/cukes-rest) - A collection of Gherkin steps for REST-service testing using Cucumber.
785
785
*[Fixture Factory](https://github.com/six2six/fixture-factory) - Generates fake objects from a template.
786
-
*[Galen](https://github.com/galenframework/galen) - Layout and functional testing framework for websites.
787
786
*[Gatling](http://gatling.io/) - Load testing tool designed for ease of use, maintainability and high performance.
788
787
*[GreenMail](http://www.icegreen.com/greenmail/) - In-memory email server for integration testing. Supports SMTP, POP3 and IMAP including SSL.
789
788
*[J8Spec](https://github.com/j8spec/j8spec/) - Library that allows tests written in Java to follow the BDD style introduced by RSpec and Jasmine.
@@ -805,8 +804,6 @@ A curated list of awesome Java frameworks, libraries and software.
805
804
*[raml-tester](https://github.com/nidi3/raml-tester) - Tests if a request/response matches a given RAML definition.
806
805
*[Randomized Testing](https://github.com/randomizedtesting/randomizedtesting) - JUnit test runner and plugins for running JUnit tests with pseudo-randomness.
807
806
*[REST Assured](https://github.com/jayway/rest-assured) - Java DSL for easy testing of REST/HTTP services.
808
-
*[Selenide](http://selenide.org/) - Concise API around Selenium to write stable and readable UI tests.
809
-
*[Selenium](http://docs.seleniumhq.org/) - Portable software testing framework for web applications.
810
807
*[TestContainers](https://github.com/testcontainers/testcontainers-java) - Provides throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container.
811
808
*[Truth](https://github.com/google/truth) - Google's assertion and proposition framework.
812
809
*[WireMock](http://wiremock.org/) - Stubs and mocks web services.
@@ -872,6 +869,7 @@ A curated list of awesome Java frameworks, libraries and software.
0 commit comments