Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frameworkium/frameworkium-core
Framework for writing maintainable Selenium and REST API tests in Java.
https://github.com/frameworkium/frameworkium-core
allure api-testing appium automation java restassured selenium selenium-java selenium-webdriver
Last synced: about 1 month ago
JSON representation
Framework for writing maintainable Selenium and REST API tests in Java.
- Host: GitHub
- URL: https://github.com/frameworkium/frameworkium-core
- Owner: Frameworkium
- License: apache-2.0
- Created: 2015-02-06T12:59:22.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-12-14T01:49:03.000Z (11 months ago)
- Last Synced: 2024-10-11T18:22:49.789Z (about 1 month ago)
- Topics: allure, api-testing, appium, automation, java, restassured, selenium, selenium-java, selenium-webdriver
- Language: Java
- Homepage: https://frameworkium.github.io/
- Size: 1.68 MB
- Stars: 160
- Watchers: 23
- Forks: 82
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Frameworkium Core
![build](https://github.com/frameworkium/frameworkium-core/workflows/frameworkium%20build/badge.svg)
![release](https://img.shields.io/github/v/release/frameworkium/frameworkium-core)
[![codecov.io][codecov-svg]][codecov]
[![Maintainability][cc-badge]][codeclimate]A Framework for writing maintainable Selenium and REST API tests in Java.
## Release Notes
See the [Frameworkium Release Notes][release-notes].
## Usage
To get started you can visit the [Frameworkium documentation][guidance].
For a "quick start" template and samples see the [Frameworkium examples project][frameworkium-eg].
[status-svg]: https://travis-ci.org/Frameworkium/frameworkium-core.svg?branch=master
[status]: https://travis-ci.org/Frameworkium/frameworkium-core
[codecov-svg]: https://codecov.io/gh/Frameworkium/frameworkium-core/branch/master/graph/badge.svg
[codecov]: https://codecov.io/gh/Frameworkium/frameworkium-core
[codeclimate]: https://codeclimate.com/github/Frameworkium/frameworkium-core/maintainability
[cc-badge]: https://api.codeclimate.com/v1/badges/72b73eb5861ba89d9d6d/maintainability
[release-notes]: https://github.com/Frameworkium/frameworkium-core/releases
[frameworkium-eg]: https://github.com/Frameworkium/frameworkium-examples
[guidance]: https://frameworkium.github.io