Angular 7 comes with default structure for e2e test looks like follows:
How Can I organise my tests in multiple files. for example
I want to avoid having so long testing files and these businees units have nothing to do with its others.
Question: how can I split my protractor test, into multiple files and folder and how can I run them after
Environment: Angular 7.10

