Constructors
constructor
-
Parameters
-
Default value cacheLocation: string = join(process.cwd(),".steps.cache")
-
Default value marshaller: TestStepContextCacheMarshaller = new TestStepContextCacheMarshaller()
Methods
exists
- exists(): Promise<boolean>
read
- read(): Promise<Partial<TestStepContext>[]>
-
Returns Promise<Partial<TestStepContext>[]>
write
- write(steps: TestStepContext[]): Promise<void>
-
Parameters
Returns Promise<void>