1.0.19 • Published 10 months ago

playwrightframework v1.0.19

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months ago

Playwright Framework

This project is a Playwright framework designed for end-to-end testing. It provides configurations and utilities to help you get started with writing and running tests efficiently.

Usage

Configuration

You can configure your Playwright tests by modifying the playwright.config.ts file. This file contains the default configuration for your tests, including settings for browsers, timeouts, and other test parameters.

Deep Merge Utility

The deepMerge utility function allows you to deeply merge two Playwright test configurations. This is useful when you want to combine configurations from different sources or environments.

Example Usage

import { deepMerge } from './utils/deepMerge';
import baseConfig from './playwright.config';

const customConfig = {
	use: {
		baseURL: 'https://example.com',
	},
};

const mergedConfig = deepMerge(baseConfig, customConfig);
1.0.19

10 months ago

1.0.18

10 months ago

1.0.17

10 months ago

1.0.16

10 months ago

1.0.9

10 months ago

1.0.8

10 months ago

1.0.6

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.11

10 months ago

1.0.10

10 months ago

1.0.15

10 months ago

1.0.14

10 months ago

1.0.13

10 months ago

1.0.12

10 months ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago