roughsoft / katalon-recorder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

References:

  • Implement New Relic Synthetics formatter #16
  • Add protractor typescript template #23

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

Refer to NOTICE and KATALON RECORDER CONTRIBUTION LICENSE AGREEMENT for Katalon Recorder.

Refer to APACHE LICENSE 2.0 for SideeX.

Please inform us if you found any unlicensed part of source code.

About


Languages

Language:JavaScript 95.4%Language:CSS 3.4%Language:HTML 1.2%