Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Allow running tests with params #1028
Comments
|
This is unfortunately a quite complex task as we would need to allow to accept any type of parameter and from the string it can be hard to distinguished between a date/string etc. |
|
There are two more related issues: The challenge is not trivial and we can go into very different solutions. Before starting the work, we should examine the pros and cons of different designs for parameter-driven tests. We would not support passing parameter to test at suite run-time (as you propose). |
Can you allow to run test procedures with params?
For example -