Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

Commit

Permalink
Update CONTRIB_TEST.md
Browse files Browse the repository at this point in the history
added Pathfinder V 2.0.1 as well
  • Loading branch information
prasadt1 committed Jul 25, 2023
1 parent 12c4654 commit 9ce3bc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIB_TEST.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ Open the `json` file created in step 5. and fill it adapting the following struc
},
"test_result": "passed",
"test_date": "<date>",
"pathfinder_version": "<pathfinder-framework-version>" // "1.0.0" or "1.0.1" or "2.0.1"
"pathfinder_version": "<pathfinder-framework-version>" // "1.0.0" or "1.0.1" or "2.0.0" or "2.0.1"
}
```

The `"solution_id"` property of the `"tested_by"` attribute is optional, but highly recommended. All other fields are mandatory.

In case your solution did not pass the test but you nevertheless want to add the conformance test result to the catalog, replace the value of the `"test_result"` field by `"failed"`.

The `<pathfinder-framework-version` can be either `1.0.0`, `1.0.1` or `2.0.0`.
The `<pathfinder-framework-version` can be either `1.0.0`, `1.0.1` or `2.0.0` or `2.0.1`.

If your solution was tested for specific extensions, please add also the field `"tests"`, based on the following structure:

Expand Down

1 comment on commit 9ce3bc0

@vercel
Copy link

@vercel vercel bot commented on 9ce3bc0 Jul 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.