https://github.com/thiagodp/concordialang-codeceptjs-playwright
🔌 Concordia Compiler Plug-in for CodeceptJS with Playwright
https://github.com/thiagodp/concordialang-codeceptjs-playwright
codecept codeceptjs concordia concordia-lang concordialang e2e functional playwright plug-in plugin test testing web
Last synced: 12 days ago
JSON representation
🔌 Concordia Compiler Plug-in for CodeceptJS with Playwright
- Host: GitHub
- URL: https://github.com/thiagodp/concordialang-codeceptjs-playwright
- Owner: thiagodp
- License: other
- Created: 2020-05-28T19:07:42.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-12T01:44:20.000Z (over 3 years ago)
- Last Synced: 2025-04-19T00:36:26.032Z (about 1 month ago)
- Topics: codecept, codeceptjs, concordia, concordia-lang, concordialang, e2e, functional, playwright, plug-in, plugin, test, testing, web
- Language: TypeScript
- Homepage:
- Size: 542 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](https://badge.fury.io/js/concordialang-codeceptjs-playwright)
[](https://github.com/thiagodp/concordialang-codeceptjs-playwright/actions)
[](https://github.com/thiagodp/concordialang-codeceptjs-playwright/releases)# concordialang-codeceptjs-playwright
> 🔌 Concordia compiler plug-in for CodeceptJS with Playwright
Generates and executes test scripts for [CodeceptJS](https://codecept.io) with [Playwright](https://playwright.dev/) 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-playwright
```Installation via NPM:
```bash
npm i -D concordialang-codeceptjs-playwright
```👉 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
[](LICENSE.txt) © [Thiago Delgado Pinto](https://github.com/thiagodp)