madhead/intellij-http-client-action
IntelliJ HTTP Client CLI GitHub Action – Run Requests and Tests on CI
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| files | HTTP file paths | yes | — |
| socket_timeout | Number of milliseconds for socket read | no | — |
| connect_timeout | Number of milliseconds for connection | no | — |
| insecure | Allow insecure SSL connections | no | — |
| env | Name of the environment in config file | no | — |
| env_file | Name of the public environment file | no | — |
| env_variables | Public environment variables ('key=value') | no | — |
| private_env_file | Name of the private environment file | no | — |
| private_env_variables | Private environment variables ('key=value') | no | — |
| report | Creates report about execution in JUnit XML Format. Puts it in folder 'reports' in the current directory | no | — |
| proxy | Proxy setting in format 'scheme://login:password@host:port' | no | — |
| docker_mode | Enables Docker mode. Treat 'localhost' as 'host.docker.internal' | no | — |
| log_level | Logging level. One of 'BASIC' (default), 'HEADERS', or 'VERBOSE' | no | — |
| js | JavaScript engine: 'graalvm' or 'rhino' | no | — |
| no_progress | Disables the progress bar display | no | — |
Outputs
no outputs