This is the official command-line runner for Katalon Recorder. Katalon Recorder is the most UI-friendly and simplest extension for Record and Playback on Chrome, Firefox, and Edge.
Katalon Recorder is famous for replacing manual works on the browsers with automation:
Katalon Recorder is also the perfect alternative web recorder to Selenium IDE by:
If you are using Homebrew to manage dependencies, do the following:
brew install node
npm install kr-cli
If you are a tester, you can integrate KR tests into the CI/CD pipeline to execute them regularly or on specific conditions without manual interventions.
kr-cli run <browser> <pathToHtmlFile> --report <pathToReportFolder>
A report file with .csv extension and a log file with .log extension will be generated at the specified report folder.
kr-cli run <browser> <pathToHtmlFile> --report <pathToReportFolder> --data <pathToData1>
If your test suite use multiple data files, separate the paths with a comma. A report file with .csv extension and a log file with .log extension will be generated at the specified report folder.
If you are a developer, you can integrate KR tests into your development process to ensure that your code doesn't break important user experiences.
kr-cli dev <browser> -lg
When you run in development mode, by default no report or log files are going to be generated. An overview of the execution will be printed directly to your command-line tool. When -lg
or --log
is specified, the logs will also be printed to your command-line tool as the tests are being executed.
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.
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 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.