nx-plugins icon indicating copy to clipboard operation
nx-plugins copied to clipboard

Renaming generated "src" directory as "tests"

Open mapolonio opened this issue 2 years ago • 0 comments

Problem

When running the nx-playwright generator all the test files end up inside the src directory while the accessibility tests get generated in axe-tests.

For consistency it would make more sense to have a tests directory for E2E alongside the axe-tests directory.

Solution

Generator updated so all E2E test files are now created inside tests/.

Useful documentation

  • Contributing guidelines

mapolonio avatar Nov 02 '23 16:11 mapolonio