From daf813d04cd4ea65fefbd575271fa954b0622c7a Mon Sep 17 00:00:00 2001 From: Henning Koch Date: Fri, 29 Nov 2024 17:41:29 +0100 Subject: [PATCH] README: Graphical logo image, makandra link --- README.md | 22 ++++- media/logo.dark.shapes.svg | 169 +++++++++++++++++++++++++++++++++ media/logo.dark.text.svg | 107 +++++++++++++++++++++ media/logo.light.shapes.svg | 168 +++++++++++++++++++++++++++++++++ media/logo.light.text.svg | 106 +++++++++++++++++++++ media/makandra.dark.svg | 180 ++++++++++++++++++++++++++++++++++++ media/makandra.light.svg | 180 ++++++++++++++++++++++++++++++++++++ 7 files changed, 931 insertions(+), 1 deletion(-) create mode 100644 media/logo.dark.shapes.svg create mode 100644 media/logo.dark.text.svg create mode 100644 media/logo.light.shapes.svg create mode 100644 media/logo.light.text.svg create mode 100644 media/makandra.dark.svg create mode 100644 media/makandra.light.svg diff --git a/README.md b/README.md index f28d358..0fb0e9c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,24 @@ -# capybara-lockstep [![Tests](https://github.com/makandra/capybara-lockstep/actions/workflows/test.yml/badge.svg)](https://github.com/makandra/capybara-lockstep/actions) +

+ + + + + makandra + + + + + + + capybara-lockstep + +

+ +

+ + Tests + +

This Ruby gem synchronizes [Capybara](https://github.com/teamcapybara/capybara) commands with client-side JavaScript and AJAX requests. This greatly improves the stability of an end-to-end ("E2E") test suite, even if that suite has timing issues. diff --git a/media/logo.dark.shapes.svg b/media/logo.dark.shapes.svg new file mode 100644 index 0000000..e2f13ef --- /dev/null +++ b/media/logo.dark.shapes.svg @@ -0,0 +1,169 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/logo.dark.text.svg b/media/logo.dark.text.svg new file mode 100644 index 0000000..e64c060 --- /dev/null +++ b/media/logo.dark.text.svg @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + CAPYBARA-LOCKSTEP + + + diff --git a/media/logo.light.shapes.svg b/media/logo.light.shapes.svg new file mode 100644 index 0000000..0b08968 --- /dev/null +++ b/media/logo.light.shapes.svg @@ -0,0 +1,168 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/media/logo.light.text.svg b/media/logo.light.text.svg new file mode 100644 index 0000000..8dda92b --- /dev/null +++ b/media/logo.light.text.svg @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + CAPYBARA-LOCKSTEP + + + diff --git a/media/makandra.dark.svg b/media/makandra.dark.svg new file mode 100644 index 0000000..99c6c43 --- /dev/null +++ b/media/makandra.dark.svg @@ -0,0 +1,180 @@ + + + +image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/media/makandra.light.svg b/media/makandra.light.svg new file mode 100644 index 0000000..69394f9 --- /dev/null +++ b/media/makandra.light.svg @@ -0,0 +1,180 @@ + + + +image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file