Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 490 Bytes

starting-a-new-impl-step-11.md

File metadata and controls

12 lines (8 loc) · 490 Bytes

Have a raw serve (GET) capability for static content

Servierium should be able to mark a specific directory as sttic content and not record it at all (or play it back)

servirtium.staticContent("path/in/local/file/system/", "/directoryOnServitiumServerThatBypassesRecoding");
  • Local FS path is relative or absolute.
  • Mapped path for the servirtium server is from root and could have slashes, but few would use that.

You would point Selenium/Cypress/Playright etc at this.