pub fn run_rs<P: AsRef<Path>>(relative_path: P, world: ScenarioWorld)
👎Deprecated since 0.42.0: Call
sc-meta test-gen
in the project folder to automatically upgrade all scenario tests.Expand description
Legacy function for running a scenario test using the Go VM tool.
Use sc-meta test-gen
to replace all calls to it automatically.