Skip to content

Commit

Permalink
chores(package): add playwright test
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBuchholz committed Jun 6, 2023
1 parent 0cf7c77 commit f75edba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,13 @@
},
"scripts": {
"lint": "standard --fix",
"test": "npm run test:unit && npm run test:integration:jsdom && npm run test:integration:puppeteer && npm run test:integration:selenium-webdriver-chrome",
"test": "npm run test:unit && npm run test:integration:jsdom && npm run test:integration:puppeteer && npm run test:integration:selenium-webdriver-chrome && npm run test:integration:playwright",
"test:unit": "jest",
"test:unit:debug": "jest --runInBand",
"test:integration:puppeteer": "node . --capabilities --browser $/puppeteer.js",
"test:integration:selenium-webdriver-chrome": "node . --capabilities --browser $/selenium-webdriver.js -- --browser chrome",
"test:integration:jsdom": "node . --capabilities --browser $/jsdom.js",
"test:integration:playwright": "node . --capabilities --browser $/playwright.js",
"test:report": "node ./src/defaults/report.js ./test/report && reserve --config ./test/report/reserve.json",
"build:doc": "node build/doc"
},
Expand Down

0 comments on commit f75edba

Please sign in to comment.