-
See `src/test/data/script_tests.json` and `src/test/script_tests.cpp`.
-
Hello.
We have detected an issue in https://github.com/ansible/event-driven-ansible CI pipelines where we are using tox-extra, after the release of 2.1.0 we have the issues with the missing pip modu…
-
Hello.
**Is your feature request related to a problem? Please describe.**
I've recently started using this reporter and it's working great for "normal" test cases. However, in my project we're o…
-
### Checklist
- [X] Issue has a meaningful title
- [X] I have searched the existing issues. See [all issues](https://github.com/pester/Pester/issues?q=is%3Aissue)
- [X] I have tested using the la…
-
The current recommended approach is by using `listOf` and nested `listOf`s for multiple rows.
```kotlin
listOf(
listOf(1, 2, 3),
listOf(1, 2, 3)
).forEach { data -> {
...
}
```
It has…
-
When applying test techniques like Boundary Value Analysis or Equivalence Partitioning, we often see many test cases that are 99% identical, except for a few input parameters and the expected outcome.…
-
NUnit supports parameterized tests, something like this:
```
[RowTest]
[Row(1001,1,2,3)]
[Row(1,1001,2,3)]
[Row(1,2,1001,3)]
public void SumTests(int x, int y, int z, int expected)
{
...
}
```
Ac…
-
## Description
We need to add server-side PostHog tracking to monitor key user events within our application. The specific events to track are:
- **New Pull Requests Created**: When a new pull reque…
-
Is there a way to configure the code generator to generate a test method with DataTestMethod attribute when my feature file has Scenario Outline with Examples?
-
I am new to UI Automation testing and was comparing CodedUI to White. One of the differences is that CodedUI allows for data driven testing using excel spreadsheet. Is this functionality available w…