Page MenuHomePhabricator

Phester: Support running the same tests with several sets of parameters (test cases)
Closed, InvalidPublic

Description

Sometimes it is useful to run the same test with a number of slightly different values. To accommodate this needs, Phester should support test "cases":

In a test, cases would be defined as follows:

cases:
- name: "first case"
  params: 
     x: 1
     y: A
- name: "second case"
  params: 
     x: 2
     y: B

The parameters would be assigned to variable names to be used within the test.

Event Timeline

Aklapper renamed this task from Support runing the same tests with several sets of parameters (test cases) to Support running the same tests with several sets of parameters (test cases).Jun 6 2019, 12:18 PM
CCicalese_WMF renamed this task from Support running the same tests with several sets of parameters (test cases) to Phester: Support running the same tests with several sets of parameters (test cases).Aug 12 2019, 6:48 PM
CCicalese_WMF closed this task as Invalid.
CCicalese_WMF subscribed.

We will not be building Phester.