Bug: Running 'atk_setup` for Playwright copies the Cypress atk.config.js

Created on 19 July 2023, 11 months ago
Updated 20 October 2023, 8 months ago

Problem/Motivation

When running the `web/modules/contrib/automated_testing_kit/module_support/atk_setup playwright` command, it copies the `cypress.atk.config.js` instead of the `playwright.atk.config.js` to root.

Steps to reproduce

Run `web/modules/contrib/automated_testing_kit/module_support/atk_setup playwright`. Look in project root and you'll see the `cypress.atk.config.js` file instead of the `playwright.atk.config.js` file.

Proposed resolution

Update `automated_testing_kit/module_support/atk_setup` line 71 to use `playwright.atk.config.js`.

πŸ› Bug report
Status

Fixed

Version

1.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States esch

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @esch
  • πŸ‡ΊπŸ‡ΈUnited States aangel

    Thanks for the report! I'll correct this next week in Beta 6.

  • πŸ‡ΊπŸ‡ΈUnited States esch

    No worries @aangel. I was actually thinking of submitting a Merge Request since it was a simple item, but will defer to you.

    cheers,
    matt

  • @esch opened merge request.
  • Status changed to Fixed 8 months ago
  • πŸ‡ΊπŸ‡ΈUnited States aangel

    Wrapping things up here...the way I eventually handled this was to keep the names of the files as:
    playwright.atk.config.js
    cypress.atk.config.js

    and rework the scripts to use those names.

  • Automatically closed - issue fixed for 2 weeks with no activity.

Production build 0.69.0 2024