0

I have recorded some Selenium Scripts using the Selenium IDE Firefox add-on.

I'd like to add these to the unit test cases for my Django project. Is it possible to somehow turn these into a Python unit test case?

1 Answer 1

1

If you are recording scripts in Python formatting, those are already converted to unit test cases. Save each scripts and run them in batch mode.

Sign up to request clarification or add additional context in comments.

1 Comment

Ah, didn't notice that option in the menu. That works perfectly. Thanks!

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.