Skip to content

pablopaul/create-codeceptjs

This branch is 1 commit ahead of, 33 commits behind codeceptjs/create-codeceptjs:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e0706c4 · Jul 15, 2020

History

8 Commits
Jul 14, 2020
Jun 28, 2020
Jul 14, 2020
Jul 15, 2020
Jul 14, 2020

Repository files navigation

Create CodeceptJS 🚀

Create CodeceptJS project easily, having all dependencies installed with one command.

 ____  ____  _____ ____  _____  _____   ____  ____  ____  _____ ____  _____ ____  _____   _  ____ 
/   _\/  __\/  __//  _ \/__ __\/  __/  /   _\/  _ \/  _ \/  __//   _\/  __//  __\/__ __\ / |/ ___\
|  /  |  \/||  \  | / \ | / \  |  \    |  /  | / \|| | \||  \  |  /  |  \  |  \/|  / \   | ||    \
|  \__|    /|  /_ | |-| | | |  |  /_   |  \__| \_/|| |_/||  /_ |  \_ |  /_ |  __/  | |/\_| |\___ |
\____/\_/\_\\____\\_/ \ | \_/  \____\  \____/\____/\____/\____\\____/\____\\_/     \_/\____/\____/
                                                                                                  

This script will install all required depdnedncies for CodeceptJS project. It is not required to use create-codeceptjs on any project, you can install them on your own, but it is very easy to start from scratch.

This script will also update scripts section of package.json so you could execute tests faster without learning Codeceptjs commands.

Installation

No installation needed 🤗

Usage

Install CodeceptJS + Playwright into current project

npx create-codeceptjs 

Install CodeceptJS into "tests" directory

npx create-codeceptjs tests

Install CodeceptJS + webdriverio:

npx create-codeceptjs --webdriverio

Install CodeceptJS + webdriverio into "tests" directory

npx create-codeceptjs tests --webdriverio

Supported options:

  • --puppeteer - install puppeteer as default helper
  • --testcafe - install testcafe as default helper
  • --yarn - yes, we support yarn too!

About

One-line installer for CodeceptJS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%