Chrome/Firefox extension for transforming Katalon tests into Concordia Language
This extension converts test scripts recorded with Katalon Recorder into sentences in Concordia Language.
Latest News π°
Before installing, make sure you have Katalon Recorder installed.
- Download the zip file
- Extract the file to a folder
- In Google Chrome only:
- Enter
chrome://extensions
in the URL bar - Enable Developer Mode in the top right corner
- Click Load unpacked extension...
- Select the folder where you had extracted the files
- Enter
- In Mozilla Firefox only:
- Enter
about:addons
in the URL bar - Click on the gear icon (β) and then on Install Add-on From File...
- Select the .zip file
- Enter
Note: If you receive a message like "corrupted file" in Firefox, it's because the extension was not signed. In this case, try the following:
- Enter
about:debugging
in the URL bar - Click Load Temporary Add-on
- Select the folder where you had extracted the files
Just remove the extension and then install it again, or...
In Google Chrome only:
- Download the zipped file
- Extract it to the same folder as where it was installed
- Enter
chrome://extensions
in the URL bar - Find the extension and click on the reload icon (β³)
- Open the extension Katalon Automation Recorder
- Select a Test Case
- Click Export
- In Format, select Concordia Language
- Click Copy to Clipboard OR Save as File...
assertTitle
click
close
doubleClick
open
pause
select
selectWindow
sendKeys
submit
type
verifyElementPresent
verifyText
verifyTextPresent
verifyTitle
waitForElementPresent
waitForPageToLoad
More commands will be supported soon. Click on Watch in the top right corner to know about any news.
π Open an Issue for a command you need frequently.