From e61817badda444585f1ca6c81e3ac015bd20b6c3 Mon Sep 17 00:00:00 2001 From: Moshe Immerman Date: Sun, 25 Jun 2017 09:57:03 +0200 Subject: [PATCH 1/3] add awesome selenium link --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2db92b0..d1e4c08 100644 --- a/README.md +++ b/README.md @@ -782,7 +782,6 @@ A curated list of awesome Java frameworks, libraries and software. * [Cucumber](https://github.com/cucumber/cucumber-jvm) - Behavioural Driven Development (BDD) testing framework. * [Cukes-REST](https://github.com/ctco/cukes-rest) - A collection of Gherkin steps for REST-service testing using Cucumber. * [Fixture Factory](https://github.com/six2six/fixture-factory) - Generates fake objects from a template. -* [Galen](https://github.com/galenframework/galen) - Layout and functional testing framework for websites. * [Gatling](http://gatling.io/) - Load testing tool designed for ease of use, maintainability and high performance. * [GreenMail](http://www.icegreen.com/greenmail/) - In-memory email server for integration testing. Supports SMTP, POP3 and IMAP including SSL. * [J8Spec](https://github.com/j8spec/j8spec/) - Library that allows tests written in Java to follow the BDD style introduced by RSpec and Jasmine. @@ -804,13 +803,13 @@ A curated list of awesome Java frameworks, libraries and software. * [raml-tester](https://github.com/nidi3/raml-tester) - Tests if a request/response matches a given RAML definition. * [Randomized Testing](https://github.com/randomizedtesting/randomizedtesting) - JUnit test runner and plugins for running JUnit tests with pseudo-randomness. * [REST Assured](https://github.com/jayway/rest-assured) - Java DSL for easy testing of REST/HTTP services. -* [Selenide](http://selenide.org/) - Concise API around Selenium to write stable and readable UI tests. -* [Selenium](http://docs.seleniumhq.org/) - Portable software testing framework for web applications. * [Spock](https://github.com/spockframework/spock) - Developer testing and specification framework for Java and Groovy applications. * [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. * [Truth](https://github.com/google/truth) - Google's assertion and proposition framework. * [WireMock](http://wiremock.org/) - Stubs and mocks web services. +See [Awesome Selenium](https://github.com/christian-bromann/awesome-selenium) + ## Utility *Libraries which provide general utility functions.* From 09d9bbeca22d755d3d80c134ab0362679ee5af6c Mon Sep 17 00:00:00 2001 From: Moshe-Immerman Date: Tue, 27 Jun 2017 19:02:35 +0200 Subject: [PATCH 2/3] add awesome link at the bottom --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d1e4c08..30ff3fd 100644 --- a/README.md +++ b/README.md @@ -871,6 +871,7 @@ See [Awesome Selenium](https://github.com/christian-bromann/awesome-selenium) - [Awesome JVM](https://github.com/deephacks/awesome-jvm) - [Awesome Microservices](https://github.com/mfornos/awesome-microservices) - [Awesome REST](https://github.com/marmelab/awesome-rest) +- [Awesome Selenium](https://github.com/christian-bromann/awesome-selenium) - [ciandcd](https://github.com/ciandcd/awesome-ciandcd) - [Useful Java Links](https://github.com/Vedenin/useful-java-links) From dc8105cf851a0e5d337ab7924cd25cc4ee0509fb Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Wed, 20 Sep 2017 09:16:20 +0200 Subject: [PATCH 3/3] Update README.md Remove duplicate link --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 30ff3fd..f40fddb 100644 --- a/README.md +++ b/README.md @@ -808,8 +808,6 @@ A curated list of awesome Java frameworks, libraries and software. * [Truth](https://github.com/google/truth) - Google's assertion and proposition framework. * [WireMock](http://wiremock.org/) - Stubs and mocks web services. -See [Awesome Selenium](https://github.com/christian-bromann/awesome-selenium) - ## Utility *Libraries which provide general utility functions.*