ductility

Crates.ioductility
lib.rsductility
version0.1.15
sourcesrc
created_at2023-09-22 15:09:53.594286
updated_at2023-09-29 15:05:32.427912
descriptionTest Helpers for UI and API development. Written in rust, compiled to WebAssembly
homepage
repository
max_upload_size
id980633
size41,163
Christopher Tritton (ChrisTritton)

documentation

README

Ductility Test Helpers

Test Helpers for UI and API development. Written in rust, compiled to WebAssembly for use in js.

Build Status

Tutorial | Chat

Built with 🦀🕸 by Christopher Tritton for use in testing the Kintro.co UI

📚 Read this! 📚

Don't use until version 0.2.0 at least.. seriously.

If you're wondering about the name, look it up.

🚴 Usage

Don't use until version 0.2.0 at least.. seriously.

🔋 Included

Paragraphs

  • paragraph(length) => generates a paragraph of randomized letters of length length
  • number_paragraph(length) => generates a paragraph of randomized numbers of length length
  • letter_and_number_paragraph(length) => generates a paragraph of randomized letters & numbers of length length
  • symbol_paragraph(length) => generates a paragraph of randomized symbols of length length
  • kitchen_sink_paragraph(length) => generates a paragraph of randomized everything of length length

User Credentials

  • email_jenner() => gens a randomized email address @kintro.co
  • password_jenner() => gens a password using all sorts

License

Licensed under either of

at your option.

Commit count: 0

cargo fmt