Skip to content

medivhc/katalon-recorder

 
 

Repository files navigation

Katalon Recorder

How to add new formatter

Add to panel\index.html (replace sample with the formatter name):

<option value="new-formatter-sample">Sample for new formatters</option>

Sample implementation:

panel\js\katalon\newformatters\sample.js

Resources

https://github.com/katalon-studio/katalon-recorder-helper

https://github.com/katalon-studio/katalon-recorder-samples

https://github.com/katalon-studio/katalon-recorder-sample-plugin

For Mozilla Reviewers

The file atoms.js was built from https://github.com/SeleniumHQ/selenium/tree/selenium-3.141.59.

Build steps:

./go build
./go //javascript/selenium-atoms
# output: build/javascript/selenium-atoms/selenium-atoms.js

The use of CSP and eval is necessary for a record & playback tool (including inject JavaScript PER user commands). There is no other way to do this so please don't disable our add on again.

Acknowledgments

We would like to take this opportunity to express our warmest thanks to Katalon Recorder users and other open-source projects, especially:

License

See NOTICE, LICENSE, and KATALON RECORDER OPEN-SOURCE LICENSE AGREEMENT.

If you found any unlicensed part of source code, please let us know.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 95.6%
  • CSS 3.3%
  • HTML 1.1%