From f70a6ef8e9dfa0044eef30495620e67c5b5e8479 Mon Sep 17 00:00:00 2001 From: shahronak47 Date: Thu, 15 Aug 2024 09:30:13 +0530 Subject: [PATCH] add a badge --- README.md | 4 +++- cypress.config.js | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4606217..70d2b0b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -# packagerevieweR +# Package Reviewer + +[![Package Reviewer](https://img.shields.io/endpoint?url=https://cloud.cypress.io/badge/simple/dfisns&style=flat&logo=cypress)](https://cloud.cypress.io/projects/dfisns/runs) This is an R shiny app for reviewing R packages. The app is very simple to use. Viewing the reviews does not require any login however, if you want to post a review you need to sign up with your email address. diff --git a/cypress.config.js b/cypress.config.js index 97f47c4..ee6d629 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -1,6 +1,7 @@ const { defineConfig } = require("cypress"); module.exports = defineConfig({ + projectId: "dfisns", e2e: { setupNodeEvents(on, config) { // implement node event listeners here