UNPKG

@sap_oss/wdio-qmate-service

Version:

[![REUSE status](https://api.reuse.software/badge/github.com/SAP/wdio-qmate-service)](https://api.reuse.software/info/github.com/SAP/wdio-qmate-service)[![Node.js CI](https://github.com/SAP/wdio-qmate-service/actions/workflows/node.js.yml/badge.svg)](http

10 lines (9 loc) 380 B
var chai = require("chai") , should = chai.should(); describe("webdriver.io page", function () { it("should have the right title", async function () { await browser.navigateTo("https://webdriver.io"); const title = await browser.getTitle(); await title.should.be.equal("WebdriverIO · Next-gen browser and mobile automation test framework for Node.js"); }); });