Skip to content

PF4: Trigger of widgetastic.patternfly4 tests was deleted #2440

@quarckster

Description

@quarckster

PR #2287 removed a curl command that sends a POST request to Travis that triggers browser tests from https://github.com/RedHatQE/widgetastic.patternfly4/tree/master/testing. This request should be returned back and should be sent when https://www.patternfly.org/v4/documentation/react/components/ is updated. Curl command:

curl -s -X POST \
    -H "Content-Type: application/json" \
    -H "Accept: application/json" \
    -H "Travis-API-Version: 3" \
    -H "Authorization: token $QUARCKSTER_TOKEN" \
    -d '{"request": {"branch": "master"}}' \
    https://api.travis-ci.org/repo/RedHatQE%2Fwidgetastic.patternfly4/requests

@tlabaj for PR review

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions