From 83722371e1ebeb028d34622a471c1838e69ee2bb Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Thu, 29 Apr 2021 05:36:53 +0800 Subject: [PATCH] Create README.md --- testing-modules/cucumber/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 testing-modules/cucumber/README.md diff --git a/testing-modules/cucumber/README.md b/testing-modules/cucumber/README.md new file mode 100644 index 0000000000..f9adf759c7 --- /dev/null +++ b/testing-modules/cucumber/README.md @@ -0,0 +1,3 @@ +### Relevant Articles: + +- [Using Cucumber Tags with JUnit 5](https://www.baeldung.com/junit-cucumber-tags)