You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: browser-extension/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,9 +84,9 @@ We maintain a corpus of test pages in two formats for testing the browser extens
84
84
-`npx playwright codegen https://github.com/login --save-storage=playwright/.auth/gh.json` will store new auth tokens
85
85
- login manually, then close the browser
86
86
-***these cookies are very sensitive! we only run this script using a test account that has no permissions or memberships to anything, recommend you do the same!***
87
-
-`pnpm run corpus:record:har` records new HAR files using those auth tokens (it needs args, run it with no args for docs)
87
+
-`pnpm run corpus:har:record` records new HAR files using those auth tokens (it needs args, run it with no args for docs)
88
88
- DO NOT COMMIT AND PUSH NEW OR CHANGED HAR files!
89
-
- we try to sanitize these (see `har-record.ts` for details) but there may be important PII in them
89
+
- we try to sanitize these (see `corpus-har-record.ts` for details) but there may be important PII in them
90
90
- if you need new HAR files for something, let us know and we will generate them ourselves using a dummy account
91
91
- IF YOUR PR CHANGES OR ADDS HAR FILES WE WILL CLOSE IT. Ask for HAR files and we'll be happy to generate clean ones you can test against.
0 commit comments