From bddb4d5a30e3c147e25508cc79b79c6814e3a740 Mon Sep 17 00:00:00 2001 From: bahmutov Date: Thu, 23 Jun 2022 20:39:18 +0000 Subject: [PATCH] Updated badges --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41babe3..161183d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # local-cypress -[![ci status][ci image]][ci url] [![badges status][badges image]][badges url] [![renovate-app badge][renovate-badge]][renovate-app] ![cypress version](https://img.shields.io/badge/cypress-9.6.1-brightgreen) +[![ci status][ci image]][ci url] [![badges status][badges image]][badges url] [![renovate-app badge][renovate-badge]][renovate-app] ![cypress version](https://img.shields.io/badge/cypress-9.7.0-brightgreen) > Use Cypress without global objects, read [the blog post](https://glebbahmutov.com/blog/local-cypress/) The objects are still attached to the `window` object during the test, but the types are no longer global, you need to explicitly import them from this package.