Versions Compared

Key

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

...

  • Make sure Gitlab CI/CD pipeline is enabled in your project.

    • On the top bar, select Menu > Projects and find your project.

    • On the left sidebar, select Settings > General.

    • Expand Visibility, project features, permissions.

    • In the Repository section, turn on or off CI/CD as required.

      Image RemovedImage Added

  • Add new variables to hold username, password and partition details. As its not secure to store the credentials in the code and connect these variables in gitlab to testUserUtils file

...