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
As we work on adding support for additional browsers, such as Firefox #68, it will become increasingly important to run tests on all of those browsers to ensure that the plug-in works as expected and does not inadvertently break any Gmail functionality.
The goal of this ticket is to add an automated web tests that:
logs in to a test Gmail account
opens a compose window
types text that should result in a warning being shown
ensures that the underline is showing up and the correct popup is shown
confirms that it is still possible to send this email by sending it to the test Gmail account
With the addition of the web-ext tool in #89, it is now possible to start an instance of Chrome with the plug-in installed.
As we work on adding support for additional browsers, such as Firefox #68, it will become increasingly important to run tests on all of those browsers to ensure that the plug-in works as expected and does not inadvertently break any Gmail functionality.
The goal of this ticket is to add an automated web tests that:
With the addition of the web-ext tool in #89, it is now possible to start an instance of Chrome with the plug-in installed.
GitHub Actions can be used to run E2E web tests on various platforms. For example: https://github.com/cypress-io/github-action
The text was updated successfully, but these errors were encountered: