Skip to content
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

Create a Puppeteer-driven test suite #33

Closed
jonathansampson opened this issue Jun 30, 2023 · 2 comments
Closed

Create a Puppeteer-driven test suite #33

jonathansampson opened this issue Jun 30, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request in-process

Comments

@jonathansampson
Copy link
Collaborator

Our current testing files can be (or have already become) outdated. We should instead test against the live sites to make sure our code is interoperable with the latest state of each web application. Puppeteer is an option worth considering.

@jonathansampson jonathansampson added the enhancement New feature or request label Jun 30, 2023
@jonathansampson jonathansampson self-assigned this Jun 30, 2023
@jonathansampson
Copy link
Collaborator Author

Tremendous progress was made towards this effort over the weekend. We now have a nearly-complete set of tests for the Proton Calendar. The suite launches Brave, side-loads our recently-built extension files, and proceeds to authenticate with the Proton Calendar service. Once authenticated, the calendar is accessed and an event is created. During the event-creation process we observe whether or not the extension is behaving as intended.

proton-testing

image

@jonathansampson
Copy link
Collaborator Author

Closed by #40

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request in-process
Projects
None yet
Development

No branches or pull requests

1 participant