-
-
Only enable this when the user asks for it, tho
-
[Link](https://github.com/Ivan091/scalatest-reporter-reminder) to the repo to reproduce the issue
Consider the following setup:
scala: 3.4.0
scalatest: 3.2.18
```scala
final class Test exten…
-
Would you be open to adding the ability to pass in the custom error reporting class directly instead of having to use the entry_points / extras approach? I'm not suggesting replacing it, just adding d…
-
specifying a dynamic plan ID in the config
`testops: {
plan: {
id: process.env.QASE_PLAN_ID ? parseInt(process.env.QASE_PLAN_ID, 10) : undefined,
},`
then r…
-
### Component(s)
exporter/datadog
### Is your feature request related to a problem? Please describe.
The current Datadog exporter implementation uses a hardcoded reporting period of 30 minutes for …
-
Cloud Build Failure Reporter found test failure for [**integration-test-nightly (duwenxin-space)** ](https://github.com/duwenxin99/test-alloydb-lc/runs/32544802340) at [871b614147be3d569cd33b03cadbc37…
-
```python
# test_a.py
def test_foo(request):
reporter = request.config.pluginmanager.getplugin("terminalreporter")
reporter.ensure_newline()
reporter.write("magic", flush=True)
```
…
-
There is an option to set the custom reporter, but currently I don't see a simple way to implement a reporter and have it required. Having it defined in the helper does... not help!
```sh
bundle e…
-
### Version
22.2.0
### Platform
all platforms
### Subsystem
_No response_
### What steps will reproduce the bug?
- run any test with `node --test-reporter dot`
- expect to see only dots and `X…