Merge pull request #5085 from Tyriar/addon_tests

Run other integration tests in CI
This commit is contained in:
Daniel Imms
2024-07-03 08:51:45 -07:00
committed by GitHub
18 changed files with 51 additions and 21 deletions
@@ -5,14 +5,14 @@ const config: PlaywrightTestConfig = {
timeout: 10000,
projects: [
{
name: 'Chrome Stable',
name: 'ChromeStable',
use: {
browserName: 'chromium',
channel: 'chrome'
}
},
{
name: 'Firefox Stable',
name: 'FirefoxStable',
use: {
browserName: 'firefox'
}