Steve Zhang

Results 7 issues of Steve Zhang

When I run component tests, I found first uses rollup to bundle the files and then run the test, I wonder if we can use vite dev server mode to...

feature-components

1. Before you deploy ReportPortal you should have installed all its requirements. Their versions are described in requirements.yaml You should also specify correct PostgreSQL and RabbitMQ addresses and ports in...

I feel component testing can replace most of the unit tests, so it would be nice if component testing can support test coverage

P3-collecting-feedback
feature-components

I found if I use the following code, then the playwright library can be removed: test("Ligthouse performance test", async ({playwright}) => { const browser = await playwright.chromium.launch({ args: ['--remote-debugging-port=9222'], });...

How to reproduce: 1. code example repo: https://github.com/stevez/playwright-test-coverage/tree/bgotink-coveage-lib-vite-integration git clone https://github.com/stevez/playwright-test-coverage.git git checkout bgotink-coveage-lib-vite-integration 2. npm install 3. npx playwright install 4. npm run test Then you will get following...

I need a solution of using the universal-webpack plugin to start the server using nodemon or similar watch mode, it would be great if your sample supports this