assay-lua 0.10.4

General-purpose enhanced Lua runtime. Batteries-included scripting, automation, and web services.
Documentation
1
2
3
4
local path = "/tmp/assay_e2e_test.txt"
fs.write(path, "e2e test content")
local content = fs.read(path)
assert.eq(content, "e2e test content")