Is it possible for automated short command to run on embedded terminal?

Answered

I've a very long terminal command almost like 200 characters and wondering if there anyway to create an alias for that long command?

For example this is the original command;

> other-sdks/Siesta/siesta-4.4.0-standard/bin/webdriver localhost:1841/myapp/test/Siesta/index.html --include=01-unit-tests/010_globals-typeof.t.js --browser-arg disable-web-security --report-format JSON --report-file test.json

 

and if possible I would like to run this long command with a simple/short alias such as;

> run test

0
2 comments

Terminal should support aliases defined in your shell, but it may not work according to https://youtrack.jetbrains.com/v2/issue/IDEA-142606.

0
Avatar
Permanently deleted user

well yess! I've added a new alias through this guide to MacOS' .bash_profile and unfortunately it works pretty well on terminal but doesn't working on IntelliJ embedded terminals it says: command not found 

0

Please sign in to leave a comment.