kazurayam / inspectus4katalon-sample-project

A sample Katalon Studio project that performs Visual Inspection
Apache License 2.0
0 stars 0 forks source link

need to review the "default" Profile #3

Closed kazurayam closed 1 year ago

kazurayam commented 1 year ago

v0.2.0, the "defailt" Profile contains 4 Global Variables defined.

https://github.com/kazurayam/inspectus4katalon-sample-project/blob/0.2.0/Profiles/default.glbl

Are all these Global Variable necessary?

Possiblely not. Should remove unnecessary GlobalVariables.

kazurayam commented 1 year ago

There is one Global Variable questionable.

<GlobalVariableEntity>
      <description></description>
      <initValue>'/Users/kazurayam/visual-inspection-storage'</initValue>
      <name>BACKUP_STORE</name

Is it necessary?

Should remove it, possibly. Why?

I have an idea to distribute the "inspectus4katalon-sample-project" to many by the Gradle plugin

The sample project should not overwrite the "default" Profile in the target project which end-user created.

Therefore it is safe that the sample project does NOT use the default Profile at all.

kazurayam commented 1 year ago

the default profile was not actually used.

So the plugin skips the default profile; it wouldn't extract the default profile