...
/Create and Upload Test Framework as a Library
Create and Upload Test Framework as a Library
In this lesson, we will lear to create a framework jar and upload it to an artifactory.
We'll cover the following...
Below is a guide to create a distribution RELEASE version of the automation library.
For demonstration, we will be using Gradle.
Tasks to be added in build.gradle
#
plugins {
id 'java'
}
group = 'com.educative.core-automation'
version =
...