|
61 | 61 | with: |
62 | 62 | application-id: <your-application-id-a> |
63 | 63 | environment-id: <your-environment-id-e> |
64 | | - uri: <your-override-url> |
| 64 | + app-url: <your-webapp-override-url> |
65 | 65 | mabl-branch: <your-mabl-branch-name> |
66 | 66 | # Runs for both browsers |
67 | 67 | browser-types: | |
@@ -107,12 +107,12 @@ jobs: |
107 | 107 | types to test e.g. `chrome, firefox, webkit, edge`. If not |
108 | 108 | provided, mabl will test the browsers configured on the triggered test. |
109 | 109 | - `plan-labels` {string} (optional): comma or new line separated plan labels to test. Plans matching **any** label will be run. e.g. `smoke-test, beta-feature`. Note: additional selection criteria must also be met like application-id or environment-id, if supplied. |
110 | | -- `uri` {string} (optional, DEPRECATED - use app_url) the base uri to run browser based tests against. If provided, this will |
111 | | - override the default uri associated with the environment in mabl |
112 | | -- `app-url` {string} (optional) the base uri to run **Web Browser tests** against. If provided, this will |
113 | | - override the default web browser uri associated with the environment in mabl (note, this replaces `uri`, and will supersede the value in `uri` if both are provided) |
114 | | -- `api-url` {string} (optional) the base uri to run **API tests** against. If provided, this will |
115 | | - override the default API uri associated with the environment in mabl |
| 110 | +- `uri` {string} (optional, DEPRECATED - use app_url) the base URL to run browser based tests against. If provided, this will |
| 111 | + override the default URL associated with the environment in mabl |
| 112 | +- `app-url` {string} (optional) the base URL to run **Web Browser tests** against. If provided, this will |
| 113 | + override the default web browser URL associated with the environment in mabl (note, this replaces `uri`, and will supersede the value in `uri` if both are provided) |
| 114 | +- `api-url` {string} (optional) the base URL to run **API tests** against. If provided, this will |
| 115 | + override the default API URL associated with the environment in mabl |
116 | 116 | - `mabl-branch` {string} (optional) run tests on the mabl branch of tests with this name. Defaults to `master`. |
117 | 117 | - `http-headers` {string} (optional) Headers to add to all requests e.g. "My-Header:the-value" (comma or new line delimited). |
118 | 118 | - `rebaseline-images` {boolean} (optional) - Set `true` to reset the visual |
|
0 commit comments