-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: remove type: module
, create openmct-e2e
subpackage
#7590
Merged
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
e92e3e7
fix: remove mystery webpack code
ozyx 943f61b
fix: remove type:module and specify exports
ozyx 70fe7b4
fix: rename webpack*.js to webpack*.mjs so we can use import/export. …
ozyx c83d25f
fix: exports format
ozyx ad0d2eb
fix: woops, need to add `start` script back
ozyx 8964506
chore: split e2e into its own module
ozyx 4c449fa
fix: use normal Painterro import
ozyx 9c668ca
fix: update e2e pathing
ozyx 6bade52
fix: copy over helper functions
ozyx 9510555
chore: specify `cwd` for playwright configs so that openmct npm comma…
ozyx 7827b70
chore: add pretest script to e2e package.json
ozyx 45f69a6
chore: don't package e2e
ozyx 73fbf07
refactor: tidy up webpack common config
ozyx bf9ccf7
chore: compile types to a single file
ozyx 8f63a44
chore: fix visual test npm scripts
ozyx 96de064
chore: fix import pathing
ozyx 352ef77
chore: define package exports, move test specific dependencies to the…
ozyx 162f8d6
chore: export test framework from openmct-e2e
ozyx 763cf6e
chore: export baseFixtures also
ozyx e790a9a
chore: let `openmct` and `openmct-e2e` share `node_modules/`
ozyx ebe00fd
chore: use `--workspace`, remove pretest script
ozyx a42daad
Revert "fix: remove mystery webpack code"
ozyx f65ea83
chore: update package-lock
ozyx 3d4c9d9
chore: add `.npmignore`
ozyx c8a7114
Merge branch 'master' into fix-import-require-the-other-way
ozyx 1de1510
fix: *js -> mjs
ozyx File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore: specify
cwd
for playwright configs so that openmct npm comma…
…nds work as intended in any environment
- Loading branch information
commit 95105554b722df11720c7dc2636bd32e5a5b2284
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need a
.npmignore
file and to ignore*.config.js