0

I'm trying to run nunit3 exe through Jenkins but after building the project, it runs all available test cases parallely. They should run sequetially.

I tried where clause in nunit but how it will help with multiple categories?

Please help.

asked Aug 7, 2018 at 11:01

1 Answer 1

1

I'm trying to run nunit3 exe through Jenkins but after building the project, it runs all available test cases parallely.

This happens if you are using the [Parallelizable] attribute. By default, no parallel execution takes place.

answered Aug 7, 2018 at 18:34

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

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.