Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/allure-framework/allure-kotlin

Allure integrations for test frameworks targeting Kotlin and Java with 1.6 source compatibility.
https://github.com/allure-framework/allure-kotlin

Merge pull request #4 from kamildziadek/feature/allure-kotlin-junit4

Feature/allure kotlin junit4

b2b79707daa680847cf9c7d0517313982a6e3f2e authored over 4 years ago by Victor Orlovsky <[email protected]>
Merge pull request #3 from kamildziadek/feature/allure-kotlin-commons

Feature/allure kotlin commons

09eb8def18761e1889e40ad7adf0d1fb5eb955ee authored over 4 years ago by Victor Orlovsky <[email protected]>
Merge pull request #2 from kamildziadek/feature/allure-kotlin-model

Feature/allure kotlin model

05c6f517b07d663b225baa7a0d7f1a246d8ab0af authored over 4 years ago by Victor Orlovsky <[email protected]>
Merge pull request #1 from kamildziadek/feature/project-setup

Setting up project structure and dependencies

9fad8c9b13f1a4941fa22a746c209440a324c567 authored over 4 years ago by Victor Orlovsky <[email protected]>
Bumping up libraries versions

* replacing deprecated `Json` configuration with appropriate one
* removing deprecated `extracto...

fb18d84a01a58e999182cd3c24877a17947e2d94 authored over 4 years ago by Kamil Dziadek <[email protected]>
Merge branch 'feature/project-setup' into feature/libraries-bump

f897fe8098c8f1bec412c6a55a3d7feb1d388fbf authored over 4 years ago by Kamil Dziadek <[email protected]>
Updating gradle-wrapper to version 6.3

* removing `buildSrc` dependency in `settings.gradle.kts` due to gradle changes
* using `request...

ec0fbc6bdd9d3cfdbb55d464016789e77ec9cfbe authored over 4 years ago by Kamil Dziadek <[email protected]>
Implementing `allure-kotlin-junit4`

* copying and migrating to Kotlin `allure-java-junit4`
* adding original tests from `allure-java...

bda2eb685e8e5bd95774e25d398914fbe8e8ea9e authored over 4 years ago by Kamil Dziadek <[email protected]>
Including tests from allure-java-commons

* including tests for common components from `allure-java-commons`
* using `mockk` instead of `M...

5ebb0edef020dbd4aabb40d875a742bfd970d644 authored over 4 years ago by Kamil Dziadek <[email protected]>
Implementing allure-kotlin-commons-test

* copying and migrating to Kotlin whole allure-java-commons-test
* including JavaInterop for fun...

79f77912890be7d2d11873ee1412ca77c9916c7f authored over 4 years ago by Kamil Dziadek <[email protected]>
Implementing allure-kotlin-commons

* copying and migrating to Kotlin whole allure-java-commons
* keeping the logic and structure th...

b4975d2889dd2240dd35bff3cbf14e211aa9ac36 authored over 4 years ago by Kamil Dziadek <[email protected]>
Converting allure-java/allure-model to Kotlin

* making all lists mutable
* making all other values nullable as the annotations weren't present...

d8508346cdfac721414ff2c3c7501f62e87c450e authored over 4 years ago by Kamil Dziadek <[email protected]>
Setting up project structure and dependencies

* adding gradle configuration files
* setting up project structure
* defining modules
* sett...

b1957b13c3cf9d909f06f2d02deb741aa467bf06 authored over 4 years ago by Kamil Dziadek <[email protected]>
init

c5e7f821d1a754884c9a2246e8b471f619e7e16d authored over 4 years ago by Victor Orlovsky <[email protected]>