Skip to content

codeceptjs/typescript-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

76c9a8f · Jul 8, 2022

History

30 Commits
Sep 22, 2020
May 8, 2020
Sep 22, 2020
Jul 8, 2022
Jul 8, 2022
May 8, 2020
Jun 19, 2020
Jul 8, 2022
Jul 8, 2022
Jun 19, 2020
Nov 13, 2020
Jul 8, 2022

Repository files navigation

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

About

CodeceptJS v3 boilerplate project for TypeScript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published