All Projects → drazisil → Junit Merge

drazisil / Junit Merge

Licence: apache-2.0
NodeJS CLI for merging JUnit XML test results

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Junit Merge

Blog Tutorials
⭐️ Codebase for the tutorials on my blog about Java, Spring Boot, AWS, Kotlin and Testing
Stars: ✭ 257 (+1506.25%)
Mutual labels:  junit
Jqf
JQF + Zest: Coverage-guided semantic fuzzing for Java.
Stars: ✭ 340 (+2025%)
Mutual labels:  junit
Testcontainers Java
Testcontainers is a Java library that supports JUnit tests, providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container.
Stars: ✭ 5,478 (+34137.5%)
Mutual labels:  junit
Tictactoe Mvvm
Sample android application used to learn the Model View View Model pattern and DataBinding in Android
Stars: ✭ 268 (+1575%)
Mutual labels:  junit
S3mock
A simple mock implementation of the AWS S3 API startable as Docker image, JUnit 4 rule, or JUnit Jupiter extension
Stars: ✭ 332 (+1975%)
Mutual labels:  junit
Androidut
Android开发中必要的一环---单元测试(Unit Test)
Stars: ✭ 419 (+2518.75%)
Mutual labels:  junit
rules4android
A collection of JUnit 4 Rules for Android Developers 🔬
Stars: ✭ 23 (+43.75%)
Mutual labels:  junit
Fluentlenium
FluentLenium is a website & mobile automation framework which extends Selenium to write reliable and resilient UI functional tests. This framework is React ready. Written and maintained by people who are automating browser-based tests on a daily basis.
Stars: ✭ 766 (+4687.5%)
Mutual labels:  junit
Android Gif Example
Gif RecyclerView in MVP using Dagger 2 + Retrofit 2 + Moshi + RxJava 2 + Glide 4 with JUnit and Espresso tests written in Kotlin + Kotlin DSL!
Stars: ✭ 334 (+1987.5%)
Mutual labels:  junit
Junit5
✅ The 5th major version of the programmer-friendly testing framework for Java and the JVM
Stars: ✭ 4,929 (+30706.25%)
Mutual labels:  junit
Clean Mvvm Archcomponents
👽 Android app consuming Star Wars API.Built with clean architecture ,MVVM pattern, Koin , Coroutines + Flows ,Architecture Components, Data Binding , Firebase , Unit/UI Tests ,Motion Layout
Stars: ✭ 285 (+1681.25%)
Mutual labels:  junit
Gradle Android Junit Jacoco Plugin
Gradle plugin that generates JaCoCo reports from an Android Gradle Project
Stars: ✭ 315 (+1868.75%)
Mutual labels:  junit
Quicktheories
Property based testing for Java 8
Stars: ✭ 483 (+2918.75%)
Mutual labels:  junit
Jqwik
Property-Based Testing on the JUnit Platform
Stars: ✭ 265 (+1556.25%)
Mutual labels:  junit
Android Junit5
Testing with JUnit 5 for Android.
Stars: ✭ 580 (+3525%)
Mutual labels:  junit
Rspec junit formatter
RSpec results that your CI can read
Stars: ✭ 255 (+1493.75%)
Mutual labels:  junit
Docker Compose Rule
A JUnit rule to manage docker containers using docker-compose
Stars: ✭ 393 (+2356.25%)
Mutual labels:  junit
Junit Quickcheck
Property-based testing, JUnit-style
Stars: ✭ 821 (+5031.25%)
Mutual labels:  junit
Android Testing Guide
[Examples] Complete reference for Android Testing with examples.
Stars: ✭ 652 (+3975%)
Mutual labels:  junit
System Rules
A collection of JUnit rules for testing code which uses java.lang.System.
Stars: ✭ 492 (+2975%)
Mutual labels:  junit

junit-merge

CircleCI Coverage Status code style: prettier Greenkeeper badge

NodeJS CLI for merging JUnit XML test results

This version works with Node 6, Node 8, and Node 10. It drops support for Node 4

Installation

npm install -g junit-merge

Or just download the repository and include it in your node_modules directly.

Usage

Usage: junit-merge [options] <xmlFile1.xml> [xmlFile2.xml..]


 Options:

   -V, --version           output the version number
   -d, --dir <path>        merge all results in directory
   -C, --createDir         create the output directory if missing
   -r, --recursive         pass to recursively merge all results in directory
   -o, --out <mergedfile>  file to output to (default: ./merged-test-results.xml)
   -h, --help              output usage information

Contributing

Feel free to submit issues and/or PRs! In lieu of a formal style guide, please follow existing styles.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].