How to get started? #229
-
I am interested to run a sample tests to understand the E2E test framework and look at the results. I installed the environment following: https://github.com/Azure/PyRIT/blob/main/doc/setup/install_pyrit.md. Then I see more guide on writing tests: https://github.com/Azure/PyRIT/blob/main/doc/how_to_guide.ipynb But what if I want to run sample tests, what commands should I run? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @gordonhtfu ! Just to clarify: by "sample tests" do you mean "testing" the generative AI system, or do you mean running an E2E test? We basically use our notebooks in lieu of E2E tests at this point since there's a decent amount of overlap. You can find demo notebooks under |
Beta Was this translation helpful? Give feedback.
Hi @gordonhtfu ! Just to clarify: by "sample tests" do you mean "testing" the generative AI system, or do you mean running an E2E test? We basically use our notebooks in lieu of E2E tests at this point since there's a decent amount of overlap.
You can find demo notebooks under
doc/demo
which will show you some of the things you can do with PyRIT. Hopefully that helps? Reach out if I can help further in some way.