Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codeceptjs/typescript-boilerplate
CodeceptJS v3 boilerplate project for TypeScript
https://github.com/codeceptjs/typescript-boilerplate
boilerplate typescript
Last synced: 15 days ago
JSON representation
CodeceptJS v3 boilerplate project for TypeScript
- Host: GitHub
- URL: https://github.com/codeceptjs/typescript-boilerplate
- Owner: codeceptjs
- Created: 2020-05-05T07:46:05.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-09T05:00:02.000Z (about 2 years ago)
- Last Synced: 2024-10-29T16:07:43.078Z (4 months ago)
- Topics: boilerplate, typescript
- Language: TypeScript
- Homepage: https://codecept.io/typescript/
- Size: 247 KB
- Stars: 20
- Watchers: 6
- Forks: 9
- Open Issues: 2
-
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
```> This boilreplate installs Playwright for you. However, you can easily switch to WebDriver or other engine of choice by adding a corresponding helper and installing required dependencies
## Contents
* `codecept.conf.ts` - 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