Closed mailmrmanoj closed 7 years ago
Something like? I should probably add these to the typescript example.
specs: [
'./e2e/**/*-spec.ts'
],
beforeLaunch: function() {
require('ts-node').register({
project: 'e2e'
});
},
Thanks,Got it :-)
Can I include spec files (.ts) in specs section of protractor.conf.ts and run tests directly without compiling them to .js files ?