We’ve recently completed automated push of Reliza Java Client (SDK) to Maven Central. It’s a Gradle project, so just want to note few things that took more time during this setup. First, we’re using newer maven-publish plugin. Then note publishing and signing sections in our build.gradle. Next, our actual build job is here. Note, that… Continue reading Publish Gradle Project to Maven Central via CI
Month: February 2021
Automated QA Tests CI/CD Workflow With Reliza Hub
UPDATE 2023-07-16: Added details on uploading test report to release on Reliza Hub. We have recently extended Reliza Hub to support Automated QA functionality as a part of CI/CD pipeline. In this post I’m going to describe how we are dogfooding it. Base Setup We have a set of behave tests (behave – is a… Continue reading Automated QA Tests CI/CD Workflow With Reliza Hub