Skip to content

Commit

Permalink
refactor: use the npm workspace packages/* pattern and rename e2e s…
Browse files Browse the repository at this point in the history
…ubpackage

- renames e2e subpackage from openmct-e2e to @openmct/e2e (uses openmct project scope)
  • Loading branch information
ozyx committed Oct 26, 2024
1 parent 2010f2e commit e391e6d
Show file tree
Hide file tree
Showing 173 changed files with 369 additions and 315 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Our e2e (end-to-end), Visual, and Performance tests leverage the Playwright fram
npm run test:perf
```

All tests are located within the `e2e/tests/` directory and are identified by the `*.e2e.spec.js` filename pattern. For more information about the e2e test suite, refer to the [README](./e2e/README.md).
All tests are located within the `packages/e2e/tests/` directory and are identified by the `*.e2e.spec.js` filename pattern. For more information about the e2e test suite, refer to the [README](./packages/e2e/README.md).

### Security Tests

Expand Down
26 changes: 0 additions & 26 deletions e2e/test-data/recycled_local_storage.json

This file was deleted.

Loading

0 comments on commit e391e6d

Please sign in to comment.