-
Notifications
You must be signed in to change notification settings - Fork 5
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
feat: Run Playwright scripts #561
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice work! excited to see this come together.
I left a few thoughts and comments. already iterating slightly on top of the go mvp work.
Maybe |
Agreed. what about playwright-executor inside executor crate? or you think it should be part of My reasoning was this flow can work independent of notary, and can be exetendned further with a separate crate. For example: using chromiumoxide headless runner instead of playwright |
Agreed, it can be used independently. Maybe we start a new utils directory?
|
No description provided.