Skip to content

Commit 0600948

Browse files
authored
Merge pull request akullpp#576 from Moshe-Immerman/master
add awesome selenium link
2 parents 6a41931 + 7aa4802 commit 0600948

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -783,7 +783,6 @@ A curated list of awesome Java frameworks, libraries and software.
783783
* [Cucumber](https://github.com/cucumber/cucumber-jvm) - Behavioural Driven Development (BDD) testing framework.
784784
* [Cukes-REST](https://github.com/ctco/cukes-rest) - A collection of Gherkin steps for REST-service testing using Cucumber.
785785
* [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.
787786
* [Gatling](http://gatling.io/) - Load testing tool designed for ease of use, maintainability and high performance.
788787
* [GreenMail](http://www.icegreen.com/greenmail/) - In-memory email server for integration testing. Supports SMTP, POP3 and IMAP including SSL.
789788
* [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.
805804
* [raml-tester](https://github.com/nidi3/raml-tester) - Tests if a request/response matches a given RAML definition.
806805
* [Randomized Testing](https://github.com/randomizedtesting/randomizedtesting) - JUnit test runner and plugins for running JUnit tests with pseudo-randomness.
807806
* [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.
810807
* [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.
811808
* [Truth](https://github.com/google/truth) - Google's assertion and proposition framework.
812809
* [WireMock](http://wiremock.org/) - Stubs and mocks web services.
@@ -872,6 +869,7 @@ A curated list of awesome Java frameworks, libraries and software.
872869
- [Awesome JVM](https://github.com/deephacks/awesome-jvm)
873870
- [Awesome Microservices](https://github.com/mfornos/awesome-microservices)
874871
- [Awesome REST](https://github.com/marmelab/awesome-rest)
872+
- [Awesome Selenium](https://github.com/christian-bromann/awesome-selenium)
875873
- [ciandcd](https://github.com/ciandcd/awesome-ciandcd)
876874
- [Useful Java Links](https://github.com/Vedenin/useful-java-links)
877875

0 commit comments

Comments
 (0)