Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 13 hours 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-12T01:44:20.000Z (almost 3 years ago)
- Last Synced: 2024-10-03T06:51:03.644Z (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: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[![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)
[![Build Status](https://img.shields.io/github/workflow/status/thiagodp/concordialang-codeceptjs-playwright/test?style=for-the-badge)](https://github.com/thiagodp/concordialang-codeceptjs-playwright/actions)
[![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 [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
[![AGPL](https://www.gnu.org/graphics/agplv3-88x31.png)](LICENSE.txt) © [Thiago Delgado Pinto](https://github.com/thiagodp)