concordialang-codeceptjs-playwright
Version:
Concordia Compiler plug-in to generate test scripts for CodeceptJS with Playwright
49 lines (28 loc) ⢠2.09 kB
Markdown
[](https://badge.fury.io/js/concordialang-codeceptjs-playwright)
[](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 **web** applications. Uses [CodeceptJS](https://codecept.io) with [Playwright](https://playwright.dev/).
## [What's New](https://github.com/thiagodp/concordialang-codeceptjs-playwright/releases)
## Installation
Before installing:
- Make sure you have [NodeJS](https://nodejs.org/) `10.15` or above, as required by [Playwright](https://playwright.dev/).
- Make sure you have [Concordia](https://concordialang.org) `2.0` or above.
- Access your application's folder from the terminal/console.
Install it:
a) Installation via Concordia:
```bash
concordia --plugin-install codeceptjs-playwright
```
b) Installation via NPM:
```bash
npm i -D concordialang-codeceptjs-playwright
```
š Note: You can also use PNPM or Yarn.
## Documentation
### Integration with CodeceptJS
See [concordialang-codeceptjs-core](https://github.com/thiagodp/concordialang-codeceptjs-core#documentation).
## See also
- [katalon-concordia](https://github.com/thiagodp/katalon-concordia): extension for Google Chrome and Mozilla Firefox to convert recordings produced with [Katalon Recorder](https://chrome.google.com/webstore/detail/katalon-recorder-selenium/ljdobmomdgdljniojadhoplhkpialdid) into [Concordia Language](https://concordialang.org). It helps you to capture web elements' identification without inspecting them with the browser or looking into their source code.
## License
[](LICENSE.txt) Ā© [Thiago Delgado Pinto](https://github.com/thiagodp)