To run multiple spec files using Protractor i have tried below 2 methods. none of them works.
I changed the "Protractor configuartion" file as below.
specs: [ './/e2e//Profiles//AdditionalInfo//Certifications//cert_opt_selection-spec.ts', './/e2e//Profiles//AdditionalInfo//Certifications//cert_creation-spec.ts' ],
and use the below command
ng e2e
2.From the command prompt i used below command.
ng e2e --specs='.//e2e//Profiles//AdditionalInfo//Certifications//cert_opt_selection-spec.ts' --specs ='.//e2e//Profiles//AdditionalInfo//Certifications//cert_creation-spec.ts'
Can any one help me how to execute multiple spec files at a time in protractor