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.
16 lines
259 B
Text
16 lines
259 B
Text
# This file instructs saucectl to not package any files mentioned here.
|
|
.git/
|
|
.github/
|
|
.DS_Store
|
|
.hg/
|
|
.vscode/
|
|
.idea/
|
|
.gitignore
|
|
.hgignore
|
|
.gitlab-ci.yml
|
|
.npmrc
|
|
*.gif
|
|
screenshots
|
|
artifacts
|
|
# Remove this to have node_modules uploaded with code
|
|
# node_modules/
|