Skip to content

Test-Editor library to handle test execution and provision of test results

License

Notifications You must be signed in to change notification settings

test-editor/test-editor-testexecution

Repository files navigation

License Build Status

Manages test execution requests from the Test-Editor.

Development

Setup development

Make sure to have a working nix installation. Please ensure that the nixpkgs-unstable channel is available. It can be added with nix-channel --add https://nixos.org/channels/nixpkgs-unstable.

To enter the development environment, execute NIXPKGS_ALLOW_UNFREE=1 nix-shell in this repos root directory. For even more convenience, please install direnv which will enter the development environment automatically for you.

Once within the development environment, run ./gradlew build to resolve all necessary dependencies and run all checks.

Build

Before the first build, the code style submodule has to be initialized:

git submodule update --init --recursive
./gradlew build

Release process

In order to create a release switch to the master branch and execute

./gradlew release

and enter the new version. After the commit and tag is pushed Travis will automatically build and deploy the tagged version to Bintray.

About

Test-Editor library to handle test execution and provision of test results

Resources

License

Stars

Watchers

Forks

Packages

No packages published