Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cschroeter/experiment-codeceptjs
https://github.com/cschroeter/experiment-codeceptjs
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/cschroeter/experiment-codeceptjs
- Owner: cschroeter
- Created: 2020-11-03T13:39:03.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-03T15:24:25.000Z (about 4 years ago)
- Last Synced: 2024-10-26T14:18:45.831Z (3 months ago)
- Language: TypeScript
- Size: 2 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# CodeceptJS TypeScript Boilerplate
This is a boilerplate project which includes CodeceptJS + Playwright setup using TypeScript.
Clone this repository to start:
```
git clone https://github.com/codeceptjs/typescript-boilerplate .
```> Remove `.git` folder as you won't need it anymore
Install dependencies:
```
npm i
```## Contents
* `codecept.conf.js` - main configuration file
* `tests/**_test.ts` - test files
* `homePage.ts`, `loginPage.ts` - page objects
* `CustomHelper` - a custom helper
* `presettings.ts` - placeholder for bootstrap / teardown scripts