Hi,
I’m utilizing a data file that I’d like to share with another team member. Could you please suggest the best way to share it.
1 Like
use git and push your code to the repo and any team member can pull it on their system
2 Likes
Noted, thanks.
Are there any inbuilt file-sharing options within the tool, similar to ‘Export Test Artifact’, that don’t require GitHub?
1 Like
do a right click , lets say test cases and choose “open containing folder” and from there copy , paste and send
Thanks!
I initially thought it wouldn’t work, but it’s working fine now. Appreciate the help.
1 Like