Hi,
We are currently in the process of setting up our Automation test cases to go with CI/CD pipeline. For parameterization we use Excel files. Can we checkin excel files as well to Gitlab?
Thanks
Hi,
We are currently in the process of setting up our Automation test cases to go with CI/CD pipeline. For parameterization we use Excel files. Can we checkin excel files as well to Gitlab?
Thanks
Hey,
You can commit whatever you want - this is not really GitLab dependent, but git itself.
However, does git support diff of Excel files - no. So it treats it as a binary file.
Can you work with Excel files in pipeline - absolutely.
Hope this helps.