A Gradle plugin that helps Katalon Studio project to use the inspectus library. Inspectus-powered project will be able to perform Visual Inspection.
Apache License 2.0
0
stars
0
forks
source link
move the file/directories under the "development" project into the root project; make the "application" project into a subdirectory "reheasal" under the project root #20
The root directory is NOT an ordinary Gradle project.
It misses the src directory,
it misses the build.gradle + 'settings.gradle' file,
it misses the gradle directory,
it misses the gradlew file.
These files/directories are located under the development directory.
When I open this project with IntelliJ IDEA, I encountered many (small but frustrating) problems because the structure of the root directory is unusual.
I think I should change the directory structure as follows:
v0.7.0, this 'inspectus4katalon-gradle-plugin` project has an irregular directory structure.
The root directory is NOT an ordinary Gradle project.
src
directory,build.gradle
+ 'settings.gradle' file,gradle
directory,gradlew
file.These files/directories are located under the
development
directory.When I open this project with IntelliJ IDEA, I encountered many (small but frustrating) problems because the structure of the root directory is unusual.
I think I should change the directory structure as follows:
The idea is
development
subdirectory up to the root directoryapplication
directory torehearsal
, for better expressing what it is for