Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nebula-plugins/nebula-test
Test harness for Gradle plugins
https://github.com/nebula-plugins/nebula-test
Last synced: 6 days ago
JSON representation
Test harness for Gradle plugins
- Host: GitHub
- URL: https://github.com/nebula-plugins/nebula-test
- Owner: nebula-plugins
- License: apache-2.0
- Created: 2014-01-10T18:39:32.000Z (about 11 years ago)
- Default Branch: main
- Last Pushed: 2024-12-10T18:34:40.000Z (about 1 month ago)
- Last Synced: 2025-01-07T14:09:36.664Z (13 days ago)
- Language: Groovy
- Size: 1.43 MB
- Stars: 45
- Watchers: 25
- Forks: 18
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Nebula Test
===========![Support Status](https://img.shields.io/badge/nebula-active-green.svg)
[![Maven Central](https://img.shields.io/maven-central/v/com.netflix.nebula/nebula-test)](https://maven-badges.herokuapp.com/maven-central/com.netflix.nebula/nebula-test)
![Build](https://github.com/nebula-plugins/nebula-test/actions/workflows/nebula.yml/badge.svg)
[![Apache 2.0](https://img.shields.io/github/license/nebula-plugins/nebula-test.svg)](http://www.apache.org/licenses/LICENSE-2.0)Classes specific to testing a Gradle project, leveraging [Spock](http://spockframework.org)
# Documentation
The project wiki contains the [full documentation](https://github.com/nebula-plugins/nebula-test/wiki) for the library.
LICENSE
=======Copyright 2014-2021 Netflix, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License atUnless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.