cschroeter / experiment-codeceptjs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:TypeScript 53.9%Language:JavaScript 46.1%