From 9b4f78fd3af5b24d7f57db85aca6b771d5a7d424 Mon Sep 17 00:00:00 2001 From: Dmitry Sheiko Date: Wed, 27 Nov 2019 09:53:28 +0100 Subject: [PATCH] refining docs --- README.md | 14 ++++++++++++-- docs/assets/index.css | 22 ++++++++++++++++++++++ docs/index.html | 27 +++++++++++++++++---------- project-demo/.puppetryrc | 2 +- project-demo/todomvc.json | 2 +- project-test/.puppetryrc | 8 ++++++-- project-test/chained-target.json | 6 +++--- 7 files changed, 62 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index cacb50fc..db44368c 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Puppetry is an open-source cross-platform desktop application that gives non-dev ![Puppetry - codeless end-to-end test automation, integrated with CI/CD pipeline](https://github.com/dsheiko/puppetry/raw/master/docs/assets/img/puppetry-welcome.png) -[:tv: Watch introduction video](https://vimeo.com/345458272 "Introduction to Puppetry 2") +[:tv: Watch introduction video](https://youtu.be/dfuNhTCRMRg "Recording Automated Tests with Puppetry") # Key Features @@ -34,7 +34,6 @@ Puppetry is an open-source cross-platform desktop application that gives non-dev - [Built-in automation recorder](https://docs.puppetry.app/suite#recording-suite-showcase) - [Interactive mode](https://docs.puppetry.app/v/3.0.0/running-tests/interactive-mode), where one can navigate test steps similar to Cypress - [Version control (GIT integration)](https://docs.puppetry.app/v/3.0.0/version-control) -- [Testing flows with transactional emails](https://docs.puppetry.app/testing-emails) - Support Allure test reports - Support of distinct testing types: - [Functional testing](https://docs.puppetry.app/v/3.0.0/getting-started) @@ -88,6 +87,17 @@ Please adhere the coding style. We have one based on jQuery's JavaScript Style G and lint the code by running `npm run lint` +## Thanks + +A special thanks to +[Monika Rao](https://github.com/monika-12), +[vteixeira19](https://github.com/vteixeira19), +[Gernot Messow](https://github.com/uvexgmessow), +[Carlos Mantilla](https://github.com/ceoaliongroo), +[kkmuffme](https://github.com/kkmuffme), +[Ravindra Jadhav](https://github.com/jadhavravindra) +for the ideas and support + ## Credits - [Electron](http://electronjs.org/) diff --git a/docs/assets/index.css b/docs/assets/index.css index 2270e1e2..cf152f7a 100644 --- a/docs/assets/index.css +++ b/docs/assets/index.css @@ -493,4 +493,26 @@ img.lazyload:not([src]) { font-size: 76px; width: 76px; height: 76px; +} + +.video-thumb { + margin: 16px 0; + width: 200px; + height: 113px; + overflow: hidden; + border-radius: 8px; + border: 2px solid white; +} + +.video-thumb img { + width: 200px; + height: 113px; + transition: transform .3s ease; + will-change: transition; + border-radius: 8px; +} + +.video-thumb:hover img { + transform: scale(1.04); + filter: brightness(120%); } \ No newline at end of file diff --git a/docs/index.html b/docs/index.html index d8078511..3792b826 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,12 +1,12 @@ - + Puppetry - codeless end-to-end test automation, integrated with CI/CD pipeline - + @@ -37,9 +37,9 @@ - - - + + +