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

https://github.com/phartenfeller/codecept-skeleton

A thin setup to quickly write codecept tests.
https://github.com/phartenfeller/codecept-skeleton

codeceptjs frontend frontend-testing javascript testing testing-framework

Last synced: 26 days ago
JSON representation

A thin setup to quickly write codecept tests.

Awesome Lists containing this project

README

        

# Codecept Skeleton

A thin setup to quickly write codecept tests.

## Usage

```sh
npm install or yarn install
```

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

Run your tests:

```sh
npm start or yarn start
```

Additional (debug) output:

```sh
npm run verbose or yarn verbose
```

Mocha output with junit xml output file:

```sh
npm run mocha or yarn mocha
```

## Configuration

Edit the `codecept.conf.js`.

## Example

Have a look at `tests/wiki.test.js`