pipedream icon indicating copy to clipboard operation
pipedream copied to clipboard

[Components] testlocally

Open pipedream-component-development opened this issue 6 months ago • 1 comments

testlocally

URLs

  • https://testlocally.readme.io/reference/api_v0_servers

Webhook Sources

new-deployment-instant

Description

Emit new event when a project is deployed locally via TestLocally. Useful for triggering actions after local deployment succeeds. Requires selecting a project.

new-error-instant

Description

Emit new event when an error occurs in a local test run. Useful for monitoring issues or sending alerts. Requires selecting a project and environment.

new-test-run-instant

Description

Emit new event when a test run begins or completes in TestLocally. Supports filtering by status (e.g., passed, failed) and project.

Actions

start-test-run

Description

Trigger a new local test run for a specific project and environment. Requires project ID and environment; optional test suite selectors.

deploy-project

Description

Deploy a local project using TestLocally’s environment setup. Requires project ID; optional commit hash or branch name.

fetch-test-results

Description

Retrieve the results of a completed or running test run. Requires test run ID; can specify desired format (summary, full logs).

App developer upgraded for API access.

sergio-eliot-rodriguez avatar May 30 '25 12:05 sergio-eliot-rodriguez

Hello everyone, I have tested this PR and there're some test cases failed or needed improvement.

Please check the test report below for more information https://vunguyenhung.notion.site/Components-testlocally-207bf548bb5e81b19dc9d062d958967d

vunguyenhung avatar Jun 04 '25 02:06 vunguyenhung

Hi everyone, all test cases are passed! Ready for release!

Test report https://vunguyenhung.notion.site/Components-testlocally-207bf548bb5e81b19dc9d062d958967d

vunguyenhung avatar Jun 05 '25 01:06 vunguyenhung