Test filter


Лицензия

Лицензия

Группа

Группа

com.github.varivoda
Идентификатор

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

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

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

1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Test filter
Test filter
Ссылка на сайт

Ссылка на сайт

https://github.com/varivoda/test_filter
Система контроля версий

Система контроля версий

https://github.com/varivoda/test_filter

Скачать test_filter_calculator

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

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

Зависимости

runtime (1)

Идентификатор библиотеки Тип Версия
org.apache.commons : commons-jexl3 jar 3.1

test (2)

Идентификатор библиотеки Тип Версия
org.assertj : assertj-core jar 3.19.0
org.junit.jupiter : junit-jupiter-engine jar 5.7.1

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

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

Description

Test filter can be used for additional test filtering for main Java test frameworks

  • Junit 4
  • Junit 5
  • TestNG

It uses Allure annotations as base for marking up tests.

Test filter

This is special format string. Base elements are

  • Test set {key:value}

key - string defining annotation in test mark up value - Value of this annotation

  • Set operations:

Excluding ! Intersection & Union |

  • Additional symbols for convenience

(,)

Test filter example:

({epic:Task view}|{epic:Inbox})&!{type:Screenshot tests}

test_filter project structure

test_filter_calculator - Util for calculation of test filter test_filter_adaptor - tools for creating new annotations for markup

test_filter_junit4 - adaptor for Junit 4 test framework test_filter_junit5 - adaptor for Junit 5 test framework test_filter_testng - adaptor for TestNG test framework

How to use

Here is configuration for gradle tests_example

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

Версия
1.0
0.9