Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/elaichenkov/experiments-with-codeceptjs


https://github.com/elaichenkov/experiments-with-codeceptjs

automation codeceptjs e2e e2e-tests javascript playwright typescript

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# experiments-with-codeceptjs

## Prerequisite
- npm i
## How to run
- dynamic configuration feature (`npx codeceptjs run --grep "@dynamic-configuration"`)
- codeceptjs with moon:
- cd playwright-with-moon
- git clone https://github.com/aerokube/moon-deploy.git
- cd moon-deploy
- kubectl apply -f moon.yaml
- cd ../..
- npm run test:moon