Skip to content

[Heartbeat] NPM-less synthetics execution #34942

Closed
@andrewvc

Description

We currently execute synthetics journeys using NPM, but this is less than ideal. NPM is big and complex, ideally we'd just run node. It also sometimes makes network requests and is a little tricky to run in a minimal offline fashion.

Some options we could explore:

  1. Just using ln -s to install libs, but still using NPM for things to work
  2. Combining the synthetics lib with the compiled project to form a single file of JS that node can execute
  3. Something else

CC @vigneshshanmugam

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions