Skip to content

Codeception with playwright and typescript example basic setup

Notifications You must be signed in to change notification settings

dhomi/codecept-e2e

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/dhomi/codecept-e2e.git .

Remove .git folder as you won't need it anymore

Install dependencies:

npm i

Usage

npm run ui

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

by:

  • Beni Dhomi

About

Codeception with playwright and typescript example basic setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published