-
Notifications
You must be signed in to change notification settings - Fork 73
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
π¨π»βπ» Puppeteer user acceptance tests #228
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.
Could you add a note about how to run these tests?
@subdavis I will for sure do that when I broaden the test cases and agree on the final naming and path scheme. For now you can play around using yarn install
node_modules/.bin/mocha tests/integration/integration.js That's it :) |
Let's start from here. These test pass right now. I have a plan to create an end to end sample database unlock search and autofill test later but I might not get to it soon enough. Will have to think about adding qa html classes as well to stuff. @subdavis please review and run the tests on your machine :) Then we can add it to travis configuration (after that's merged as well) |
might take a while to get to the travis PR. Let's merge this first. I'll review this weekend |
Thank you, I might also rename it first, |
I still don't know how this works. After generating a build, I get a message about failing to load options.html. |
I think it might be related to the extension ID I hardcoded in the test. I have look into getting the installed extension ID again. I thought the web store one is going to be persistent but that's a really bad assumption π |
Quality Gate passedIssues Measures |
No description provided.