Skip to content

Commit 4c591f2

Browse files
lukythDavertMik
andauthored
Update deps and fix test failed from using Puppeteer (#5)
* Upgrade dependencies * Remove yarn.lock since we use `npm i` * Fix test failed from using Puppeteer Co-authored-by: Michael Bodnarchuk <[email protected]>
1 parent 0cd02d7 commit 4c591f2

File tree

5 files changed

+597
-2529
lines changed

5 files changed

+597
-2529
lines changed

codecept.conf.js

+3-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@ exports.config = {
1010
tests: './tests/**_test.ts',
1111
output: './output',
1212
helpers: {
13-
Puppeteer: {
13+
Playwright: {
1414
url: 'https://github.com',
1515
show: false,
16-
windowSize: '1200x900'
16+
windowSize: '1200x900',
17+
browser: 'chromium'
1718
},
1819
CustomHelper: {
1920
require: './CustomHelper.ts'

0 commit comments

Comments
 (0)