Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Modify Step title “My Step Title in Freetext“

  • Modify function name Step_ with “Step_my_step_title“

  • Write your code for this step.

  • Save, commit and push your code to Git.

...

Info

Please do not modify Id = 0 .. ID value will be populated automatically

...

when you push your code to git repository. After that, You could get/pull the latest code from git to get the generated ID

...

.

How to create a new Case on an existing Section?

  • Press “Command + Shift + P” on VS Code

  • Select “Momentum:Create Case

...

  • Select from existing sections that already defined before. “Login TestCases“

...

  • A new file will be generated on your VS Code project. “Id=0” means that case is a new and not pushed yet to your repository.

  • If you want to add a new step type “!mstep“ and write your code.

  • Do not forget to push your code changes to Git repository.

...

  • Type your Case name. “Signup with new email address“

  • A new file will be generated on your VS Code project. “Id=0” means that case is a new and not pushed yet to your repository.

  • If you want to add a new step type “!mstep“ and write your code.

  • Do not forget to push your code changes to Git repository.

...