Can we establish dependency between spec file in protractor using jasmine?

121 Views Asked by At

In my project the ask is , we need to establish the dependency between the spec files. Each spec file is having multiple it block. So if any it block failed, the spec should return failed, and the dependent specfile should not run as part of execution.

Is there any way to establish the dependency between spec file in protractor using jasmine framework?

Tried multiple blogs, but nowhere i found the expected answer.

0

There are 0 best solutions below