Automattic / wp-e2e-tests

Automated end-to-end tests for WordPress.com

Home Page:https://github.com/Automattic/wp-calypso

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Investigate adding API calls from e2e tests

tammullen opened this issue · comments

Try replacing some test steps from an existing test with API calls to see if this could provide an improvement in execution time. The intention would be only to replace test steps that are repeated across tests and are only used to put the test into a certain state.