Skip to content

web-dev-tech/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

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.

Companion products

Katalon TestOps

Katalon TestOps is a web-based application that provides dynamic perspectives and an insightful look at your automation testing data. You can leverage your automation testing data by transforming and visualizing your data; analyzing test results; seamlessly integrating with such tools as Katalon Studio and Jira; maximizing the testing capacity with remote execution.

Katalon Studio

Katalon Studio is a free and complete automation testing solution for Web, Mobile, and API testing with modern methodologies (Data-Driven Testing, TDD/BDD, Page Object Model, etc.) as well as advanced integration (JIRA, qTest, Slack, CI, Katalon TestOps, etc.). Learn more about Katalon Studio features.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • JavaScript 94.7%
  • CSS 4.0%
  • HTML 1.3%