wp-e2e-tests
wp-e2e-tests copied to clipboard
Automated end-to-end tests for WordPress.com
Current Jetpack branch build process looks like this: 1. Travis build is triggered. If build succeeded - it triggers beta builder 2. Beta builder doing some magic and produce a...
See this discussion https://github.com/Automattic/wp-e2e-tests/pull/868#discussion_r165448322 We should add different css classes to the various types of links on the 2fa page and get those links using a query selector for instance.
PR #540 improved our notification flow by only sending pings on the final failure of a test, after retry. But the Slack channel is still pretty crowded with all the...
For the last few days we've had sporadic failures with the invite tests, claiming that the invitation link was already used. It needs investigation. https://circleci.com/gh/Automattic/wp-e2e-tests/12872
Since moving to parallel test runs via Magellan in #504, the SKIP_TEST_REGEX envvar no longer functions to dynamically skip certain tests due to the way Magellan loads the spec files....
The workarounds we have in sign up tests (such as revisiting the check out URL) are masking real problems from being found. We should remove all the workarounds and let...
With all of the different 'wrapper repos' used to run the different sets of e2e tests (canary / visdiff / i18n / etc), we have separate copies of the NODE_CONFIG...
The Jetpack tests require a site on a free plan, so that it specs can compare plans etc. But this has some downsides like Akismet isn't active so the sites...
Investigate a way to check the difference between the signup/invite e-mail not being there (indicating an test failure) and nothing being there (indicating a Mailosaur outage). I'm not sure offhand...
Skipping the "Upgrade Contributor -> Author" test - https://github.com/Automattic/wp-calypso/issues/15456