š§ This platform open-source and is in early development. We welcome feature requests and pull requests! š
BDD Test Automation
In this episode, we'll take a look at writing acceptance tests, in Rust, that confirm the scenarios and examples we wrote in previous episodes are implemented correctly.This episode is part of the Introduction to Behaviour-Driven Development series. -- BDD Test Automation - This Videošæ Rawkode LiveHosted by David McKay / š¦ https://twitter.com/rawkodeWebsite: https://rawkode.liveDiscord Chat: https://rawkode.live/chat#RawkodeLiveš° Timeline00:00 - Holding Screen00:45 - Introductions02:00 - Background / Context08:20 - Reviewing Our Feature File15:30 - Writing Acceptance Tests with Cucumber Rustš„ About the GuestsCiaran McNultyCiaran helps teams at all levels of ability improve via training and coaching. He has been a PHP professional since the late 90s and is passionate about TDD, BDD and Agile methodologies. He is lead maintainer of PhpSpec.š¦ https://twitter.com/ciaranmcnultyš§© https://github.com/ciaranmcnultyš https://ciaranmcnulty.comšØ About the TechnologiesRustRust is a multi-paradigm programming language designed for performance and safety, especially safe concurrency. Rust is syntactically similar to C++, but can guarantee memory safety by using a borrow checker to validate references. Rust achieves memory safety without garbage collection, and reference counting is optional.Rust was originally designed by Graydon Hoare at Mozilla Research, with contributions from Dave Herman, Brendan Eich, and others. The designers refined the language while writing the Servo layout or browser engine, and the Rust compiler. It has gained increasing use in industry, and Microsoft has been experimenting with the language for secure and safety-critical software components.Rust has been voted the "most loved programming language" in the Stack Overflow Developer Survey every year since 2016.š https://www.rust-lang.org/š¦ https://twitter.com/rustlangš§© https://github.com/rust-lang/rust#RustLangš Show Linkshttps://gitlab.com/rawkode/gitsynchttps://github.com/bbqsrc/cucumber-rust