Since the web application uses gulp, CSS and JS files are generated dynamically to different folders each time app builds. While in load testing, the request paths of CSS files are fixed and can not be found from the old paths. We can change CSS files path manually in project file, but do not think t is good. Is there any other ways to get the correct path dynamically? Thanks a lot!