azure_developer_microsoftplaywrighttesting_testlogger 0.0.1

Package to integrate your Playwright test suite with Microsoft Playwright Testing service
1
2
3
4
5
6
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

fn main() {
    println!("Coming soon: Package to integrate your Playwright test suite with Microsoft Playwright Testing service");
}