feature: allow to run a single group of tests. #1

Closed
paneyi wants to merge 1 commit from feature/test_group into dev
paneyi commented 2022-03-28 16:27:35 -07:00 (Migrated from github.com)
No description provided.
andyburke commented 2022-03-28 17:54:21 -07:00 (Migrated from github.com)

I took a slightly different approach, but I think I included stuff to make it basically equivalent:

github.com/andyburke/plaintest@8c059c99d4

Specifically, you should do:

await plaintest.run( {
	filter: plaintest.filters.group_name( 'group to run' )
} );
I took a slightly different approach, but I think I included stuff to make it basically equivalent: https://github.com/andyburke/plaintest/commit/8c059c99d44563a25650c2cc34dc93b436bb0091 Specifically, you should do: ``` await plaintest.run( { filter: plaintest.filters.group_name( 'group to run' ) } ); ```

Pull request closed

Sign in to join this conversation.
No description provided.