Initial commit of the Playwright test framework, including: - Configuration files for Playwright, Docker, and Sauce Labs - Test case structure and page object models - CI/CD pipeline configuration - Utilities and business logic implementations This framework will be used for end-to-end testing of the FMG application.
4 lines
No EOL
136 B
JavaScript
4 lines
No EOL
136 B
JavaScript
// import tsEslint from "typescript-eslint"
|
|
const tsEslint = require('typescript-eslint');
|
|
module.exports =
|
|
tsEslint.configs.strict |