From aa475ed8b2634aba3a9028c5f2e4f6287eab166b Mon Sep 17 00:00:00 2001 From: Arne Halvorsen Date: Tue, 23 Jul 2024 14:41:25 +0200 Subject: [PATCH] wip on specification for e2e testing --- tools/e2e-tests.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/tools/e2e-tests.md b/tools/e2e-tests.md index 8b13789..24cab9b 100644 --- a/tools/e2e-tests.md +++ b/tools/e2e-tests.md @@ -1 +1,18 @@ +## wip on making end to end test list + + + +- [ ] create test area directory TestArea +- [ ] create in test area a locations directory, set $env:LocHome to point to it +- [ ] make a directory under test area called Loc1 and make it the current dir +- [ ] **create location: *loc add . 'Location 1'*** +- [ ] ***loc l*** + - [ ] One location should be listed + - [ ] Position should be '0' + - [ ] Name should be 'Loc1' + - [ ] Path should end with 'TestArea/Loc1' + - [ ] Description should be 'Location 1' + - [ ] Only one machine should be listed + - [ ] The machine listed should be the one test are running +- [ ]