mirror of
https://github.com/akullpp/awesome-java.git
synced 2025-02-17 15:55:19 -05:00
add awesome selenium link
This commit is contained in:
parent
a611f961a3
commit
e61817badd
1 changed files with 2 additions and 3 deletions
|
@ -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.*
|
||||
|
|
Loading…
Add table
Reference in a new issue