Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 25 days 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 (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-05T17:40:16.000Z (over 1 year ago)
- Last Synced: 2024-12-11T01:13:16.759Z (about 2 months 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: 43.9 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 ![GitHub](https://img.shields.io/github/contributors/vikashchauhan51/keyword-engine)
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 ![GitHub](https://img.shields.io/github/license/vikashchauhan51/keyword-engine)
This project is licensed under the MIT - see the
[LICENSE.md](https://github.com/vikashchauhan51/keyword-engine/blob/master/LICENSE) file for details