Skip to content

Commit 3f2f496

Browse files
committed
2 parents 03de156 + 2d7fbf0 commit 3f2f496

1 file changed

Lines changed: 33 additions & 2 deletions

File tree

README.md

Lines changed: 33 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,25 @@
22

33
## How to add new formatter
44

5-
`panel\index.html`:
5+
Add to `panel\index.html` (replace `sample` with the formatter name):
66

77
```
88
<option value="new-formatter-sample">Sample for new formatters</option>
99
```
1010

11+
Sample implementation:
1112
```
1213
panel\js\katalon\newformatters\sample.js
1314
```
1415

16+
## Resources
17+
18+
https://github.com/katalon-studio/katalon-recorder-helper
19+
20+
https://github.com/katalon-studio/katalon-recorder-samples
21+
22+
https://github.com/katalon-studio/katalon-recorder-sample-plugin
23+
1524
## For Mozilla Reviewers
1625

1726
The file `atoms.js` was built from https://github.com/SeleniumHQ/selenium/tree/selenium-3.141.59.
@@ -25,6 +34,28 @@ Build steps:
2534

2635
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.
2736

37+
## Acknowledgments
38+
39+
We would like to take this opportunity to express our warmest thanks to Katalon Recorder users and other open-source projects, especially:
40+
41+
* Selenium IDE Project - [http://www.seleniumhq.org](http://www.seleniumhq.org/).
42+
43+
* SideeX - https://github.com/SideeX/sideex.
44+
45+
* Robot Framework Formatter Project - https://github.com/ngocbv/Robot-Framework-Formatter.
46+
47+
* Formatter for C# with MSTest is provided by [Mark Gibson](https://forum.katalon.com/discussion/4209/export-to-c-with-webdriver-and-mstest).
48+
49+
* @Patrick_Groot, @Piotr, @Mark_Gibson and other active members who have provided a lot of valuable suggestions and bug reports. Please forgive us if your name is missing here.
50+
51+
* Plugin developers:
52+
53+
* Jan Esser - PHPUnit formatter for Katalon Recorder ([Chrome](https://chrome.google.com/webstore/detail/phpunit-formatter-for-kat/gelokgfkbnkkcdbokielchgpfnphoalk?utm_source=chrome-ntp-icon))
54+
55+
* Sam Kirkland - Puppeteer exporter for Katalon Recorder (https://github.com/SamKirkland/Puppeteer-exporter-for-Katalon-Recorder)
56+
2857
## License
2958

30-
See NOTICE, LICENSE, and KATALON RECORDER OPEN-SOURCE LICENSE AGREEMENT.
59+
See NOTICE, LICENSE, and KATALON RECORDER OPEN-SOURCE LICENSE AGREEMENT.
60+
61+
If you found any unlicensed part of source code, please let us know.

0 commit comments

Comments
 (0)