remove deploysentinel

This commit is contained in:
John Hill 2023-12-27 21:52:48 -08:00
parent 0f1d80c6b6
commit 5c8355c7f8

View File

@ -76,8 +76,7 @@ const config = {
outputFolder: '../html-test-results' //Must be in different location due to https://github.com/microsoft/playwright/issues/12840
}
],
['junit', { outputFile: '../test-results/results.xml' }],
['@deploysentinel/playwright']
['junit', { outputFile: '../test-results/results.xml' }]
]
};