Code Monkey home page Code Monkey logo

katalon-concordia's Introduction

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

katalon-concordia's People

Contributors

thiagodp avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

katalon-concordia's Issues

Convert new XPaths produced by Katalon Recorder

Katalon Recorder is now producing xpaths such as

xpath=(.//*[normalize-space(text()) and normalize-space(.)='Início'])[1]/following::span[2]

That is, starting with xpath=(. and having ) to close the initial (.

The xpath must be transformed to a traditional xpath, such as

//*[normalize-space(text()) and normalize-space(.)='Início'][1]/following::span[2]

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.