From 490b75eb500819188bb90eafafd3d7538b78489b Mon Sep 17 00:00:00 2001 From: tsande16 Date: Mon, 18 Nov 2024 15:51:52 -0500 Subject: [PATCH] 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