From 490b75eb500819188bb90eafafd3d7538b78489b Mon Sep 17 00:00:00 2001 From: tsande16 Date: Mon, 18 Nov 2024 15:51:52 -0500 Subject: [PATCH 1/6] Update README.md --- README.md | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 8a81083..edcedac 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,6 @@ -## Description +PASS Acceptance Testing is a suite of acceptance and smoke tests for the [PASS application](https://github.com/eclipse-pass). +It utilizes [TestCafe](https://testcafe.io/) to define tests to be run against an instance of PASS. -Acceptance / smoke tests for the [PASS application](https://github.com/eclipse-pass). This repository will use [TestCafe](https://testcafe.io/) to define smoke tests that can run against an instance of PASS. - -## Running Tests - -`yarn run test` - runs the acceptance tests against a locally running pass-docker - -`yarn run testDeployment` - runs the acceptance tests against a deployed PASS system such as stage or prod. Please see the `rundeploymenttest.sh` file for required environment variables. - -## Prerequisites - -* [NodeJS](https://nodejs.org/en/) version 14+ -* [Yarn](https://yarnpkg.com/) v1.x - package manager, similar to NPM +You can find further documentation and details about [PASS Acceptance Testing](https://docs.eclipse-pass.org/developer-documentation/pass-acceptance-testing) +on the [full documentation site](https://docs.eclipse-pass.org). A full list of all the Eclipse PASS projects can also +be found in the PASS Main repository [README](https://github.com/eclipse-pass/main/blob/main/README.md). \ No newline at end of file From cad72b0312b1fb4e6d4be2bce99fc35abe5c6a7c Mon Sep 17 00:00:00 2001 From: tsande16 Date: Mon, 18 Nov 2024 16:24:24 -0500 Subject: [PATCH 2/6] Add Header --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index edcedac..c48592c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +# PASS Acceptance Testing + PASS Acceptance Testing is a suite of acceptance and smoke tests for the [PASS application](https://github.com/eclipse-pass). It utilizes [TestCafe](https://testcafe.io/) to define tests to be run against an instance of PASS. From 4afb0a03039bf0fe567738522b1fdcaac1d944ae Mon Sep 17 00:00:00 2001 From: tsande16 Date: Tue, 19 Nov 2024 16:27:16 -0500 Subject: [PATCH 3/6] Add Guide, License and Status Badge --- README.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c48592c..9472a61 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,15 @@ -# PASS Acceptance Testing +# PASS Acceptance Testing ![PASS Acceptance Testing](https://github.com/eclipse-pass/pass-acceptance-testing/actions/workflows/release.yml) PASS Acceptance Testing is a suite of acceptance and smoke tests for the [PASS application](https://github.com/eclipse-pass). It utilizes [TestCafe](https://testcafe.io/) to define tests to be run against an instance of PASS. -You can find further documentation and details about [PASS Acceptance Testing](https://docs.eclipse-pass.org/developer-documentation/pass-acceptance-testing) -on the [full documentation site](https://docs.eclipse-pass.org). A full list of all the Eclipse PASS projects can also -be found in the PASS Main repository [README](https://github.com/eclipse-pass/main/blob/main/README.md). \ No newline at end of file +A full list of all the Eclipse PASS projects can be found in the PASS Main repository [README](https://github.com/eclipse-pass/main). + +# Guides + +* [PASS Acceptance Testing](https://docs.eclipse-pass.org/developer-documentation/pass-acceptance-testing) +* [PASS Documentation](https://docs.eclipse-pass.org/) + +# License + +PASS Docker is Open Source software released under the [Apache 2.0 license](LICENSE). \ No newline at end of file From 448946430e38b46e073f5e02de7c811883cb5dd1 Mon Sep 17 00:00:00 2001 From: Timothy Sanders Date: Wed, 20 Nov 2024 08:34:48 -0500 Subject: [PATCH 4/6] Fix name in license section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9472a61..d526553 100644 --- a/README.md +++ b/README.md @@ -12,4 +12,4 @@ A full list of all the Eclipse PASS projects can be found in the PASS Main repos # License -PASS Docker is Open Source software released under the [Apache 2.0 license](LICENSE). \ No newline at end of file +PASS Acceptance Testing is Open Source software released under the [Apache 2.0 license](LICENSE). \ No newline at end of file From 7062b2401b73ecfdd842e2d53277f31989cc02b6 Mon Sep 17 00:00:00 2001 From: Timothy Sanders Date: Wed, 20 Nov 2024 08:38:53 -0500 Subject: [PATCH 5/6] Fix badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d526553..a023a54 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# PASS Acceptance Testing ![PASS Acceptance Testing](https://github.com/eclipse-pass/pass-acceptance-testing/actions/workflows/release.yml) +# PASS Acceptance Testing ![PASS Acceptance Testing](https://github.com/eclipse-pass/pass-acceptance-testing/actions/workflows/release.yml/badge.svg) PASS Acceptance Testing is a suite of acceptance and smoke tests for the [PASS application](https://github.com/eclipse-pass). It utilizes [TestCafe](https://testcafe.io/) to define tests to be run against an instance of PASS. From ca223f982713df268ad6c655bb9dcb74092849cd Mon Sep 17 00:00:00 2001 From: Timothy Sanders Date: Wed, 20 Nov 2024 08:53:58 -0500 Subject: [PATCH 6/6] Update badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a023a54..1789a0e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# PASS Acceptance Testing ![PASS Acceptance Testing](https://github.com/eclipse-pass/pass-acceptance-testing/actions/workflows/release.yml/badge.svg) +# PASS Acceptance Testing ![PASS Acceptance Testing](https://github.com/eclipse-pass/pass-acceptance-testing/actions/workflows/test.yml/badge.svg) PASS Acceptance Testing is a suite of acceptance and smoke tests for the [PASS application](https://github.com/eclipse-pass). It utilizes [TestCafe](https://testcafe.io/) to define tests to be run against an instance of PASS.