Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-12T01:51:45.000Z (almost 3 years ago)
- Last Synced: 2024-04-28T13:01:55.697Z (8 months 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: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[![npm version](https://img.shields.io/npm/v/concordialang-codeceptjs-testcafe.svg?style=for-the-badge&color=green)](https://badge.fury.io/js/concordialang-codeceptjs-testcafe)
[![Build Status](https://img.shields.io/github/workflow/status/thiagodp/concordialang-codeceptjs-testcafe/test?style=for-the-badge)](https://github.com/thiagodp/concordialang-codeceptjs-testcafe/actions)
[![GitHub last commit](https://img.shields.io/github/last-commit/thiagodp/concordialang-codeceptjs-testcafe.svg?style=for-the-badge)](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
![AGPL](https://www.gnu.org/graphics/agplv3-88x31.png) © [Thiago Delgado Pinto](https://github.com/thiagodp)
[GNU Affero General Public License version 3](LICENSE.txt)