Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/katalon-studio/katalon-recorder-sample-plugin
This is a sample plugin for Katalon Recorder 3.4.0
https://github.com/katalon-studio/katalon-recorder-sample-plugin
chrome-extension firefox-extension katalon katalon-recorder plugin sample
Last synced: 1 day ago
JSON representation
This is a sample plugin for Katalon Recorder 3.4.0
- Host: GitHub
- URL: https://github.com/katalon-studio/katalon-recorder-sample-plugin
- Owner: katalon-studio
- Created: 2018-03-08T10:22:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-30T15:33:43.000Z (over 3 years ago)
- Last Synced: 2023-02-28T21:00:46.724Z (over 1 year ago)
- Topics: chrome-extension, firefox-extension, katalon, katalon-recorder, plugin, sample
- Language: JavaScript
- Homepage: https://forum.katalon.com/discussion/5501/introduce-plugin-platform-in-katalon-recorder-3-4-0
- Size: 11.7 KB
- Stars: 14
- Watchers: 6
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
DEPRECATED NOTICE: Please consider contribution directly to Katalon Recorder open-source project instead. See https://github.com/katalon-studio/katalon-recorder for more details.
This is a sample plugin for Katalon Recorder.
Starting from version 3.4.0, Katalon Recorder provides a plugin platform for people to extend its capabilities. See the announcement [here](https://forum.katalon.com/discussion/5501/introduce-plugin-platform-in-katalon-recorder-3-4-0).
This sample plugin adds plain text format, e.g.
```
open | https://katalon-test.s3.amazonaws.com/demo-aut/dist/html/form.html |
click | id=first-name |
type | id=first-name | Alex
type | id=last-name | Smith
```See the demos at https://youtu.be/oPUQNqCmCRg (Chrome) and https://youtu.be/zoAGfS9I4cI (Firefox).
You can download Katalon Recorder at browser stores ([Chrome version](https://chrome.google.com/webstore/detail/katalon-recorder-selenium/ljdobmomdgdljniojadhoplhkpialdid), [Firefox version](https://addons.mozilla.org/en-US/firefox/addon/katalon-automation-record/)).
We also offer [Katalon Studio](https://www.katalon.com) – 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 Analytics, etc.). Learn more about [Katalon Studio features](http://www.katalon.com/features/).
## Companion products
### Katalon TestOps
[Katalon TestOps](https://analytics.katalon.com) 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.
* Read our [documentation](https://docs.katalon.com/katalon-analytics/docs/overview.html).
* Ask a question on [Forum](https://forum.katalon.com/categories/katalon-analytics).
* Request a new feature on [GitHub](CONTRIBUTING.md).
* Vote for [Popular Feature Requests](https://github.com/katalon-analytics/katalon-analytics/issues?q=is%3Aopen+is%3Aissue+label%3Afeature-request+sort%3Areactions-%2B1-desc).
* File a bug in [GitHub Issues](https://github.com/katalon-analytics/katalon-analytics/issues).### Katalon Studio
[Katalon Studio](https://www.katalon.com) 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](https://www.katalon.com/features/).