Split protractor tests with circleci tests split test_filenames.txt

Hi all,

I want run my protractor e2e splited between several containers using circle ci parallelism feature together with split tests feature.
But i need to run the tests on a specific order, and circle ci only run in by timing and class name ordered alphabetically.

       TEST=$(circleci tests split < e2e/split_tests_filenames.txt) 
        npm run run:e2e:ci $TEST

This is how i run the tests, i put the spec path on file content. Althouth i need that all tests run in that provided order instead alphabetically order.

Can someone help me.

Regards