From 2018ed2d3ca7339a2c8933cf89a7ad9e68ed2a4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Wessl=C3=A9n?= Date: Fri, 26 Mar 2021 15:19:27 +0100 Subject: [PATCH] Add tutorial proposal Co-authored-by: LaraRos --- .../executable-tutorial/mwesslen-larasm/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 contributions/executable-tutorial/mwesslen-larasm/README.md diff --git a/contributions/executable-tutorial/mwesslen-larasm/README.md b/contributions/executable-tutorial/mwesslen-larasm/README.md new file mode 100644 index 0000000000..6db86a3ec9 --- /dev/null +++ b/contributions/executable-tutorial/mwesslen-larasm/README.md @@ -0,0 +1,11 @@ +# Tutorial: Automation of web frontend testing using Selenium # + +## Members ## +Markus Wesslén (mwesslen@kth.se) Github: [m4reko](https://github.com/m4reko) + +Lara Rostami (larasm@kth.se) Github: [LaraRos](https://github.com/LaraRos) + +## Proposal ## +We will create a [Katacoda](https://www.katacoda.com/) executable tutorial that shows the basics of web frontend testing using the tool [Selenium](https://www.selenium.dev/) and Python. + +This is DevOps related since it is a flavor of test automation.