JMAQS Testing Utilities Module

A collection of testing libraries and convenience classes to accelerate startup automation efforts

Лицензия

Лицензия

MIT
Группа

Группа

com.magenic.jmaqs.utilities
Идентификатор

Идентификатор

jmaqs-utilities
Последняя версия

Последняя версия

2.2.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

JMAQS Testing Utilities Module
A collection of testing libraries and convenience classes to accelerate startup automation efforts
Организация-разработчик

Организация-разработчик

Magenic Technologies

Скачать jmaqs-utilities

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.magenic.jmaqs.utilities/jmaqs-utilities/ -->
<dependency>
    <groupId>com.magenic.jmaqs.utilities</groupId>
    <artifactId>jmaqs-utilities</artifactId>
    <version>2.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.magenic.jmaqs.utilities/jmaqs-utilities/
implementation 'com.magenic.jmaqs.utilities:jmaqs-utilities:2.2.1'
// https://jarcasting.com/artifacts/com.magenic.jmaqs.utilities/jmaqs-utilities/
implementation ("com.magenic.jmaqs.utilities:jmaqs-utilities:2.2.1")
'com.magenic.jmaqs.utilities:jmaqs-utilities:jar:2.2.1'
<dependency org="com.magenic.jmaqs.utilities" name="jmaqs-utilities" rev="2.2.1">
  <artifact name="jmaqs-utilities" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.magenic.jmaqs.utilities', module='jmaqs-utilities', version='2.2.1')
)
libraryDependencies += "com.magenic.jmaqs.utilities" % "jmaqs-utilities" % "2.2.1"
[com.magenic.jmaqs.utilities/jmaqs-utilities "2.2.1"]

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
org.apache.commons : commons-configuration2 jar 2.7
org.testng : testng jar 7.3.0
org.apache.commons : commons-text jar 1.8
commons-beanutils : commons-beanutils jar 1.9.4

Модули Проекта

Данный проект не имеет модулей.

JMAQS Logo

Check Status
Latest Release Maven Central
Release Release Pipeline
SnapShot SnapShot Pipeline
Code Quality Quality Gate Status
License License: MIT

Introduction

JMAQS stands for Magenic's Automation Quick Start - Java Edtion.

It …

  • is a modular test automation framework
  • can be used as the base for your automation project or individual pieces can be used to enhance existing frameworks
  • is maintained/extended by Magenic volunteers

The main idea behind JMAQS is to avoid reinventing the wheel. Most automation engagements have you doing the same basic steps to get a functioning framework implemented. Utilizing project templates, Maven, and utility libraries we are able to have a functioning framework up and running in minutes, almost entirely removing on the initial time investment on implementating an automation solution.

Documentation

JMAQS docs

License

The MIT License (MIT) Copyright (c) 2020 Magenic

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

com.magenic.jmaqs.utilities

Magenic

Версии библиотеки

Версия
2.2.1
2.2.0
2.1.0
2.0.0