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.
- Host: GitHub
- URL: https://github.com/phartenfeller/codecept-skeleton
- Owner: phartenfeller
- License: mit
- Archived: true
- Created: 2020-08-06T06:31:29.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-07T12:02:40.000Z (almost 4 years ago)
- Last Synced: 2025-05-02T15:13:53.139Z (27 days ago)
- Topics: codeceptjs, frontend, frontend-testing, javascript, testing, testing-framework
- Language: JavaScript
- Homepage:
- Size: 560 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`