UNPKG

concordialang-codeceptjs-playwright

Version:

Concordia Compiler plug-in to generate test scripts for CodeceptJS with Playwright

49 lines (28 loc) • 2.09 kB
[![npm version](https://img.shields.io/npm/v/concordialang-codeceptjs-playwright.svg?style=for-the-badge&color=green)](https://badge.fury.io/js/concordialang-codeceptjs-playwright) [![GitHub last commit](https://img.shields.io/github/last-commit/thiagodp/concordialang-codeceptjs-playwright.svg?style=for-the-badge)](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 [![AGPL](https://www.gnu.org/graphics/agplv3-88x31.png)](LICENSE.txt) Ā© [Thiago Delgado Pinto](https://github.com/thiagodp)