The current project setup requires defining it and storing in a variable in each single test file. However, it's a good practice to have baseURL declared only in 1 place and use throughout the project. :)
🔧 Why We Need This
for maintenance reasons -> it will be easier to maintain the project if we have to adjust the baseURL in 1 place instead of changing it in every single test file; especially since we're planning to run the tests on CI which will make the whole setup a whole lot of easier
to make the project consistent with the DRY principle
✅ Issue reporting checklist
[x] I created a descriptive title for this issue
[x] I checked that it hasn't been reported yet
[x] I assigned the issue or added help-wanted label
✏️ Description
The current project setup requires defining it and storing in a variable in each single test file. However, it's a good practice to have baseURL declared only in 1 place and use throughout the project. :)
🔧 Why We Need This
✅ Issue reporting checklist
help-wanted
label