Comments (5)
Yeah, we actually would not want you to use --trace w/ UI mode, what is your scenario?
from playwright.
I agree! We don't want it either. But it is being generated regardless of what option we set and we cannot turn it off.
from playwright.
That's the way UI mode works - for you to see the progress of the test, it generates the live trace file. Are you saying you want to disable that and would prefer to see no test run trace?
from playwright.
Ah okay. It seems like it is actually just #30886 that is the issue. We started seeing zips being generated during --ui
runs which we never noticed before. But I guess that is because --output
isn't being respected so they were showing up in places we didn't expect.
from playwright.
Apologies for wasting your time! I was mistaken.
from playwright.
Related Issues (20)
- [Feature]: A way to trigger garbage collection when targeting WebKit
- [Feature]: HTML reporter: preview html attachments HOT 3
- [Feature]: export MakeMatchers type (& related types) HOT 2
- [Bug]: Screenshot matching sometimes doesn't detect changes in the page layout HOT 1
- [internal] Update Modernizer tests to Safari 18
- [Feature]: Interactive test sequence editor HOT 2
- [Feature]: add method locator.isClickable and Locator.toBeClickable HOT 5
- [Bug]: Blocking serviceWorkers throws error when going to about:blank
- [Bug]: When using the Clock API, errors appear in the browser console.
- File Download With Playwright on Selenium Grid(With Java) HOT 2
- Driver not found: /home/site/wwwroot/bin/Debug/.playwright/node/linux-x64/node HOT 2
- [Feature]: Customized Report HOT 4
- [Feature]: Support Firebase IndexedDB for automated login HOT 1
- [Bug]: Elements can not be clicked when using emulation HOT 2
- [Bug]: Storagestate is not working in GithubActions HOT 7
- [Bug]: SSL errors on MacOS localhost connection even after specifying ignoreHTTPSErrors: true HOT 4
- [internal] [playwright-test] › babel.spec.ts:135:5 › should not transform external is failing
- [Bug]: Incorrect Output is received HOT 2
- [Feature]: Add an option to --last-failed to attach the test results to the last test report HOT 1
- [Feature]: Vision Deficiency Simulation Support (Chrome) HOT 1
Recommend Projects
-
React
A declarative, efficient, and flexible JavaScript library for building user interfaces.
-
Vue.js
🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.
-
Typescript
TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
-
TensorFlow
An Open Source Machine Learning Framework for Everyone
-
Django
The Web framework for perfectionists with deadlines.
-
Laravel
A PHP framework for web artisans
-
D3
Bring data to life with SVG, Canvas and HTML. 📊📈🎉
-
Recommend Topics
-
javascript
JavaScript (JS) is a lightweight interpreted programming language with first-class functions.
-
web
Some thing interesting about web. New door for the world.
-
server
A server is a program made to process requests and deliver data to clients.
-
Machine learning
Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.
-
Visualization
Some thing interesting about visualization, use data art
-
Game
Some thing interesting about game, make everyone happy.
Recommend Org
-
Facebook
We are working to build community through open source technology. NB: members must have two-factor auth.
-
Microsoft
Open source projects and samples from Microsoft.
-
Google
Google ❤️ Open Source for everyone.
-
Alibaba
Alibaba Open Source for everyone
-
D3
Data-Driven Documents codes.
-
Tencent
China tencent open source team.
from playwright.