comicrelief / giftaid-react

React frontend for Giftaid application
https://giftaid.comicrelief.com/
2 stars 1 forks source link

rename playwright directory to playwright-staging #414

Closed KrupaPammi closed 7 months ago

KrupaPammi commented 8 months ago

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.