kazurayam / TestClosure

Proof of Concept "TestClosure". This enables executing multiple Groovy Closures simultaneously in a Test Case in Katalon Studio.
https://forum.katalon.com/t/testclosure-executing-groovy-closures-in-test-cases-simultaneously/52436
0 stars 0 forks source link

BrowserLauncher should belong to another package #19

Closed kazurayam closed 7 months ago

kazurayam commented 11 months ago

BrowserLauncher class is dependent on the com.kms.katalon.core.* package. Therefore it should not belong to the com.kazurayam.ks.testclosure package. It should have its own package.

kazurayam commented 7 months ago

I added a new package com.kazurayam.ks.browserlauncher.

I moved the BrowserLauncher class into the new package.

kazurayam commented 7 months ago

done at v0.27.0