As part of the refactoring on Donate/Payin, I thought it would be good to rename the test folders. At the moment, we have a playwright tests folder that runs on staging and an e2e folder that runs on PR checks. So I decided to rename them to playwright-staging and playwright-local so it's clear which tests run on staging and which tests run on local.
As the playwright directory name is used on the Concourse-tools repo that the tests run on the pipeline, I made a change in the Concourse-tools repo here https://github.com/comicrelief/concourse-tools/pull/48, and the directory name should be updated everywhere where the playwright tests run.
As part of the refactoring on Donate/Payin, I thought it would be good to rename the test folders. At the moment, we have a playwright tests folder that runs on staging and an e2e folder that runs on PR checks. So I decided to rename them to playwright-staging and playwright-local so it's clear which tests run on staging and which tests run on local.
As the playwright directory name is used on the Concourse-tools repo that the tests run on the pipeline, I made a change in the Concourse-tools repo here https://github.com/comicrelief/concourse-tools/pull/48, and the directory name should be updated everywhere where the playwright tests run.