Skip to content

A group of scriptable scripts that are used for testing functionality.

License

Notifications You must be signed in to change notification settings

stanleyrya/scriptable-playground

Repository files navigation

scriptable-playground

Tips

Tips are not required but they are greatly appreciated. Please enjoy the scripts! https://www.paypal.me/stanleyrya

Class that can write logs to the file system.

Usage:

  • log(line): Adds the log line to the class' internal log object.
  • writeLogs(relativePath): Writes the stored logs to the relative file path.

Class that can read and write JSON objects using the file system.

Usage:

  • write(relativePath, jsonObject): Writes JSON object to a relative path.
  • read(relativePath): Reads JSON object from a relative path.

Class that can capture the time functions take in milliseconds then export them to a CSV.

Usage:

  • wrap(fn, args): Wrap the function calls you want to monitor with this wrapper.
  • appendPerformanceDataToFile(relativePath): Use at the end of your script to write the metrics to the CSV file at the relative file path.

A test script to play with reverse geocoding.

About

A group of scriptable scripts that are used for testing functionality.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published