-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] Unified test suite: prototype interception proxy #1737
Closed
lawrence-forooghian
wants to merge
5
commits into
main
from
ECO-14-document-internal-api-use-in-tests
Closed
[WIP] Unified test suite: prototype interception proxy #1737
lawrence-forooghian
wants to merge
5
commits into
main
from
ECO-14-document-internal-api-use-in-tests
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lawrence-forooghian
force-pushed
the
ECO-14-document-internal-api-use-in-tests
branch
29 times, most recently
from
April 17, 2024 19:02
f781da0
to
b04ffc9
Compare
lawrence-forooghian
force-pushed
the
ECO-14-document-internal-api-use-in-tests
branch
2 times, most recently
from
May 2, 2024 13:07
0baae01
to
a96b2d0
Compare
lawrence-forooghian
changed the base branch from
main
to
ECO-4786-document-private-API-usage
May 15, 2024 19:54
lawrence-forooghian
force-pushed
the
ECO-14-document-internal-api-use-in-tests
branch
from
May 15, 2024 19:54
a96b2d0
to
949e2e6
Compare
lawrence-forooghian
changed the title
[WIP] Unified test suite: document private API usage and prototype interception proxy
[WIP] Unified test suite: prototype interception proxy
May 15, 2024
lawrence-forooghian
force-pushed
the
ECO-4786-document-private-API-usage
branch
from
May 21, 2024 18:10
812851e
to
28523ba
Compare
lawrence-forooghian
force-pushed
the
ECO-14-document-internal-api-use-in-tests
branch
from
May 21, 2024 18:18
949e2e6
to
53326f2
Compare
github-actions
bot
temporarily deployed
to
staging/pull/1737/bundle-report
May 21, 2024 18:19
Inactive
For upcoming interception proxy. TODO: once I’ve got rid of the subsequent commit with the old Python code, put this into the later commit instead
Implemented entirely as an mitmproxy addon. Abandoned because it didn’t give me sufficient control over WebSocket connection lifetimes.
This reverts commit eeebf5d. (I just want to keep it in the Git history for now, in case for some reason it’s useful to return to.)
lawrence-forooghian
force-pushed
the
ECO-14-document-internal-api-use-in-tests
branch
from
July 16, 2024 14:41
53326f2
to
1f5bdc6
Compare
github-actions
bot
temporarily deployed
to
staging/pull/1737/bundle-report
July 16, 2024 14:41
Inactive
- start-interception-proxy adapted from https://github.com/ably/sdk-test-proxy at 82e93a7 Some TODOs which aren’t really important right now because this is just a prototype: - TODO fix type checking for interception proxy — `npm run build` does it properly, but tried to reproduce the way we do it for modulereport and it didn’t work - TODO fix linting for interception proxy — doesn’t seem to be catching lint errors - TODO linting / type checking etc for Python code Also: > Add test:playwright:open-browser script > > Lets you open a headed browser which is configured to use the > interception proxy. Useful for local debugging of browser tests.
lawrence-forooghian
force-pushed
the
ECO-14-document-internal-api-use-in-tests
branch
from
July 16, 2024 14:52
1f5bdc6
to
66c568e
Compare
lawrence-forooghian
changed the base branch from
ECO-4786-document-private-API-usage
to
main
July 16, 2024 17:39
Replaced by #1816 (to fix branch name). |
github-actions
bot
temporarily deployed
to
staging/pull/1816/bundle-report
July 16, 2024 17:50
Inactive
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
As described in this internal RFC.