Skip to content

πŸ”Œ Chrome/Firefox extension for transforming Katalon tests into Concordia Language

License

Notifications You must be signed in to change notification settings

thiagodp/katalon-concordia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

16 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

katalon-concordia

Chrome/Firefox extension for transforming Katalon tests into Concordia Language

This extension converts test scripts recorded with Katalon Recorder into sentences in Concordia Language.

Using

Latest News πŸ“°

Install

Before installing, make sure you have Katalon Recorder installed.

  1. Download the zip file
  2. Extract the file to a folder
  3. In Google Chrome only:
    1. Enter chrome://extensions in the URL bar
    2. Enable Developer Mode in the top right corner
    3. Click Load unpacked extension...
    4. Select the folder where you had extracted the files
  4. In Mozilla Firefox only:
    1. Enter about:addons in the URL bar
    2. Click on the gear icon (β›­) and then on Install Add-on From File...
    3. Select the .zip file

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:

  1. Enter about:debugging in the URL bar
  2. Click Load Temporary Add-on
  3. Select the folder where you had extracted the files

Update

Just remove the extension and then install it again, or...

In Google Chrome only:

  1. Download the zipped file
  2. Extract it to the same folder as where it was installed
  3. Enter chrome://extensions in the URL bar
  4. Find the extension and click on the reload icon (⟳)

How to Use

  1. Open the extension Katalon Automation Recorder
  2. Select a Test Case
  3. Click Export
  4. In Format, select Concordia Language
  5. Click Copy to Clipboard OR Save as File...

Currently supported commands

  • 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.

See also

License

AGPL Β© Thiago Delgado Pinto

GNU Affero General Public License version 3