https://github.com/thiagodp/concordialang-codeceptjs-testcafe
🔌 Concordia Compiler Plug-in for CodeceptJS with TestCafé
https://github.com/thiagodp/concordialang-codeceptjs-testcafe
codecept codeceptjs concordia concordia-lang concordialang e2e functional plug-in plugin test testcafe testing web
Last synced: 13 days ago
JSON representation
🔌 Concordia Compiler Plug-in for CodeceptJS with TestCafé
- Host: GitHub
- URL: https://github.com/thiagodp/concordialang-codeceptjs-testcafe
- Owner: thiagodp
- License: other
- Created: 2020-06-01T23:35:49.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-12T01:51:45.000Z (over 3 years ago)
- Last Synced: 2025-04-26T02:50:43.529Z (about 1 month ago)
- Topics: codecept, codeceptjs, concordia, concordia-lang, concordialang, e2e, functional, plug-in, plugin, test, testcafe, testing, web
- Language: TypeScript
- Homepage:
- Size: 894 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](https://badge.fury.io/js/concordialang-codeceptjs-testcafe)
[](https://github.com/thiagodp/concordialang-codeceptjs-testcafe/actions)
[](https://github.com/thiagodp/concordialang-codeceptjs-testcafe/releases)# concordialang-codeceptjs-testcafe
> 🔌 Concordia compiler plug-in for CodeceptJS with TestCafé
Generates and executes test scripts for [CodeceptJS](https://codecept.io) with [TestCafé](https://devexpress.github.io/testcafe) aiming to verify **web** applications.
## Install
Requirements:
- [NodeJS](https://nodejs.org/) 12 or later.
- [Concordia Compiler](https://concordialang.org) 2.Installation via Concordia Compiler:
```bash
concordia --plugin-install codeceptjs-testcafe
```Installation via NPM:
```bash
npm i -D concordialang-codeceptjs-testcafe
```Note: You can also use PNPM or Yarn.
## See also
- [katalon-concordia](https://github.com/thiagodp/katalon-concordia): Browser extension that converts [Katalon Recorder](https://chrome.google.com/webstore/detail/katalon-recorder-selenium/ljdobmomdgdljniojadhoplhkpialdid)'s recordings into [Concordia Language](https://concordialang.org). Very useful to capture web elements' identification without inspecting them with the browser or looking into their source code.
- [Integration with CodeceptJS](https://github.com/thiagodp/concordialang-codeceptjs-core#documentation)
## License
 © [Thiago Delgado Pinto](https://github.com/thiagodp)
[GNU Affero General Public License version 3](LICENSE.txt)