running tests creates configuration files
If I select my configuration file from the top menu and run, my test runs fine. If I try to run a specific test, it seems to always want to run of the protractor.conf.js and it then creates a junk configuration file based on the describe and test name in my file. Is there a way to tie a file to a specific configuration? or maybe set a default configuration file?
Thanks
Please sign in to leave a comment.
>maybe set a default configuration file?
sure - this is what the configuration templates are used for. In Run | Edit Configurations..., expand the Templates node, select Protractor there, modify the template to use the preferred config, Protractor package, etc. - all new configurations created when starting tests from file right-click menu/editor gutter will use these settings
Perfect! thank you!