10 releases
0.1.15 | Sep 29, 2023 |
---|---|
0.1.14 | Sep 28, 2023 |
#309 in WebAssembly
19KB
286 lines
Ductility Test Helpers
Test Helpers for UI and API development. Written in rust, compiled to WebAssembly for use in js.
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 lengthlength
number_paragraph(length)
=> generates a paragraph of randomized numbers of lengthlength
letter_and_number_paragraph(length)
=> generates a paragraph of randomized letters & numbers of lengthlength
symbol_paragraph(length)
=> generates a paragraph of randomized symbols of lengthlength
kitchen_sink_paragraph(length)
=> generates a paragraph of randomized everything of lengthlength
User Credentials
email_jenner()
=> gens a randomized email address @kintro.copassword_jenner()
=> gens a password using all sorts
License
Licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Dependencies
~1.5–2.4MB
~36K SLoC