1

I'm a a novice with Gatling.

I'm running my 1st test on Mac

  1. I've open the recorder in one terminal
  2. I've created a .har file
  3. I've opened user-file in another in another terminal.
  4. I'm trying to run subl RecordedSimulation.scala

I'm getting an error message:

zsh: command not found: subl

I've also done a video for clarity here

halfer
  • 19,824
  • 17
  • 99
  • 186
fypnlp
  • 1,372
  • 4
  • 18
  • 41

1 Answers1

1

This has really nothing to do with Gatling.

subl is the executable for Sublime Text Editor which is simply the text editor the author of the Udemy course you've subscribed uses. You just don't have it (in your path).

Use whatever text editor suites you.

Stéphane LANDELLE
  • 6,076
  • 2
  • 10
  • 12
  • That's really odd as I actually do have sublime text editor. I wonder why it still didn't open? – fypnlp May 28 '20 at 13:48
  • 1
    You need to configure Sublime text to work from the command line, check this post - https://olivierlacan.com/posts/launch-sublime-text-3-from-the-command-line/ – JamesWillett May 28 '20 at 13:55