Skip to content

Rename scripts that run tests for web console #6721

@benjaminapetersen

Description

@benjaminapetersen

Originally suggested in this PR.

Currently, to run tests for web console you would:

hack/test-assets.sh
# followed by
cd assets
grunt test-integration --suite rest_api

We should rename test-assets.sh to something that shows it is for unit tests, then create an e2e script. Potentially we could do something like this:

hack/test-assets-unit.sh
hack/test-assets-e2e.sh
hack/test-assets-integration.sh
hack/test-assets-all.sh 

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions