You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,6 +72,20 @@ rake test:yaml
72
72
73
73
Check `rake -T` for more test tasks.
74
74
75
+
## Testing Serverless
76
+
77
+
To run the [Elasticsearch Client tests](https://github.com/elastic/elasticsearch-clients-tests/) Serverless specific test suite, the following environment variables must be provided:
78
+
*`TEST_SUITE` must be set to `serverless`.
79
+
*`TEST_ES_SERVER` must be provided with the Elasticsearch endpoint.
80
+
*`ES_API_KEY` the API key value for your Serverless project.
0 commit comments