https://github.com/vikashchauhan51/keyword-engine
Keyword driven framework execution engine.
https://github.com/vikashchauhan51/keyword-engine
csharp dotnet-core dotnetcore keyword-driven-engine keyword-driven-framework keyword-driven-testing test-automation testing-engine testing-framework testing-library testing-tool
Last synced: about 1 year ago
JSON representation
Keyword driven framework execution engine.
- Host: GitHub
- URL: https://github.com/vikashchauhan51/keyword-engine
- Owner: VikashChauhan51
- License: mit
- Created: 2022-06-08T11:08:34.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-01-25T03:44:54.000Z (over 1 year ago)
- Last Synced: 2025-04-12T00:13:12.866Z (about 1 year ago)
- Topics: csharp, dotnet-core, dotnetcore, keyword-driven-engine, keyword-driven-framework, keyword-driven-testing, test-automation, testing-engine, testing-framework, testing-library, testing-tool
- Language: C#
- Homepage:
- Size: 63.5 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.DEV.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Authors: AUTHORS.md
Awesome Lists containing this project
README
# KeywordEngine
The [KeywordEngine](https://www.nuget.org/packages/KeywordEngine) is a keyword driven framework execution engine for automation test cases.
It can easily integrate with any C# unit testing frameworks like **Nunit**,**XUnit**, and **MSTest**.
## Prerequisite:
1. [Microsoft Visual Studio 2022 IDE](https://visualstudio.microsoft.com/).
2. [Git](https://git-scm.com/download/).
## Local Setup:
1. ```git clone https://github.com/VikashChauhan51/keyword-engine.git```.
2. Open project with VS.
3. Restore all packages.
4. Build project.
## Contributing 
Please read
[CONTRIBUTING.md](https://github.com/vikashchauhan51/keyword-engine/blob/master/CONTRIBUTING.md) for
details on our code of conduct, and the process for submitting pull requests to
us. See also the list of
[contributors](https://github.com/vikashchauhan51/keyword-engine/graphs/contributors) who
participated in this project.
## License 
This project is licensed under the MIT - see the
[LICENSE.md](https://github.com/vikashchauhan51/keyword-engine/blob/master/LICENSE) file for details