thanks for the explanation Remco
we use FullNameMatchesRegex with spaces and that works
i've updated our regex match to include the fixture name and that works better
Quote:(FullNameMatchesRegex '\.ImportFixture\.Import Test$')
also, extending on samholder's solution, to reduce the total character length when there's 100s of tests to rerun
Quote:(FullNameMatchesRegex '(\.ImportFixture\.Import Test$)|(\.ImportFixture\.AutoImport Test$)|(\.ImportFixture\.Import Test to backup$)')