Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

phartenfeller/codecept-skeleton

Repository files navigation

Codecept Skeleton

A thin setup to quickly write codecept tests.

Usage

npm install or yarn install

Write your tests in tests folder with the name *.test.js

Run your tests:

npm start or yarn start

Additional (debug) output:

npm run verbose or yarn verbose

Mocha output with junit xml output file:

npm run mocha or yarn mocha

Configuration

Edit the codecept.conf.js.

Example

Have a look at tests/wiki.test.js

Releases

No releases published

Packages

No packages published