You can use this project for two purposes:
- Contribute new Katalon Studio functions for the community.
- Assist in debugging your test cases.
- Enhance or fix bugs.
- Write better documents or samples at https://docs.katalon.com.
- Write Test Cases for existing Keywords.
- Develop new Keywords, including ones for working with a particular framework such as React or Angular.
- Write Test Cases for these new Keywords.
This project requires Katalon Studio 5.8.6.
- Fork this repository.
- Open this project with Katalon Studio.
- Add a new Keyword with at least one Test Case to verify.
- Create a pull request.
The following files demonstrate how to contribute a new keyword:
- Include/scripts/groovy/com/kms/katalon/core/webui/keyword/WebUiBuiltInKeywords.groovy.
- Include/scripts/groovy/com/kms/katalon/core/webui/keyword/builtin/HelloWorldFromWebUiKeyword.groovy.
- Test Cases/HelloWorldFromWebUiTestCase (opened using Katalon Studio).
Copyright (c) Katalon LLC. All rights reserved.
Licensed under the LICENSE AGREEMENT FOR KATALON AUTOMATION FRAMEWORK.