From d3fc29e36ac256e69e6f685fe690c4ba564e88bb Mon Sep 17 00:00:00 2001 From: Florian Goussin Date: Mon, 4 Nov 2019 11:12:04 -0700 Subject: [PATCH] add cypress-cy-select plugin --- source/_data/plugins.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/source/_data/plugins.yml b/source/_data/plugins.yml index 88ae009670..55a7b1db4f 100644 --- a/source/_data/plugins.yml +++ b/source/_data/plugins.yml @@ -199,6 +199,11 @@ link: https://github.com/NoriSte/cypress-wait-until keywords: [commands, wait, wait-until, recursive-promise, check-async-value, check-value, open-source-saturday] + - name: cypress-cy-select + description: data-cy shorthand notation for cypress get and find functions + link: https://github.com/FlorianGoussin/cypress-cy-select + keywords: [commands, shorthand] + - name: Extending other testing frameworks plugins: - name: cyphell @@ -280,7 +285,7 @@ description: A project template to learn how Elm, Parcel, Cypress and Netlify work together. link: https://github.com/cedricss/elm-batteries keywords: [elm, parcel, netlify] - + - name: cypress-rails description: Ruby gem to run Cypress against Rails apps, replacing Capybara in system tests link: https://github.com/testdouble/cypress-rails