From c7f44e51623498c6d649e54ea942dbcfb22b378f Mon Sep 17 00:00:00 2001 From: Josh Hernandez Date: Fri, 28 Apr 2023 11:16:37 -0400 Subject: [PATCH 1/2] Add selenium test coverage status badges to readme file --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e4981a1b2e5..5701df95d78 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,10 @@ The code for [https://osf.io](https://osf.io). - Issues: https://github.com/CenterForOpenScience/osf.io/issues?state=open - COS Development Docs: http://cosdev.readthedocs.org/ +Selenium end-to-end automated tests +- ![production_smoke_tests](https://github.com/cos-qa/osf-selenium-tests/actions/workflows/production_smoke_tests.yml/badge.svg) +- ![nightly_core_functionality_tests](https://github.com/cos-qa/osf-selenium-tests/actions/workflows/nightly_core_functionality_tests.yml/badge.svg) +- ![weekly_regression_tests](https://github.com/cos-qa/osf-selenium-tests/actions/workflows/weekly_regression_tests.yml/badge.svg) ## Running the OSF For Development From 139d3f4554c0524770b06ac33d60bac12b4da3b5 Mon Sep 17 00:00:00 2001 From: Longze Chen Date: Fri, 28 Apr 2023 11:56:44 -0400 Subject: [PATCH 2/2] Update PR template --- PULL_REQUEST_TEMPLATE.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index 9af47cda202..aa30566c621 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -15,13 +15,13 @@ ## QA Notes -Please make verification statements inspired by your code and what your code touches. -- Verify -- Verify -What are the areas of risk? - -Any concerns/considerations/questions that development raised? + ## Documentation