mirror of
https://github.com/pdfme/pdfme.git
synced 2026-04-17 20:49:43 -04:00
* Add E2E Testing with Puppeteer and Fix Syntax Errors Co-Authored-By: Kyohei Fukuda <kyouhei.fukuda0729@gmail.com> * Update package-lock.json Co-Authored-By: Kyohei Fukuda <kyouhei.fukuda0729@gmail.com> * Add playground test job to GitHub Actions workflow Co-Authored-By: Kyohei Fukuda <kyouhei.fukuda0729@gmail.com> * refactor: update template-assets by removing and re-adding QR lines and title entries * test: run E2E tests in headless mode for better performance * fix: adjust Puppeteer launch settings for local testing and set viewport size * fix: update Puppeteer launch arguments for improved security and add esModuleInterop in TypeScript config * TMP * test: add E2E tests for playground with Puppeteer and update workflow configuration * refactor: rename workflow jobs and streamline dependency installation for playground tests * refactor: rename unit testing job to pdfme-test for clarity * chore: remove obsolete image snapshot for playground E2E tests * test: update image snapshot comparison threshold for E2E tests * test: update image snapshot failure threshold for Playground E2E tests * TMP * TMP * test: enable experimental VM modules for Jest execution * test: enhance E2E tests with error handling and logging * test: add timeout configuration to PuppeteerRunnerExtension in E2E tests * test: refactor PuppeteerRunnerExtension instantiation for E2E tests * test: update E2E tests to use localhost URLs and improve request handling * test: enable request interception in E2E tests for improved request handling * TMP * test: refactor E2E tests to remove sleep calls and improve screenshot handling * test: enhance E2E tests for better performance and reliability --------- Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
3 lines
106 B
JavaScript
3 lines
106 B
JavaScript
const { toMatchImageSnapshot } = require('jest-image-snapshot');
|
|
expect.extend({ toMatchImageSnapshot });
|