Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Playwright integration! #149

Merged
merged 60 commits into from
Dec 5, 2023
Merged

Conversation

RyanR712
Copy link
Collaborator

Setup for Dawn and Anusha

Changes:
.gitignore - changes made by Playwright install
package-lock.json, package.json - changes made by Playwright install
README.md - updated commands, a couple missing directory explanations
runTests.yml - renamed the test calls to aegtest
settings.json - added some words to the spellcheck ignored

Additions:
playwright.config.js - added by Playwright install, changed by me to adhere to our lint
playwright.yml - added by Playwright install, changed by me to reference master, not main, and to timeout only after 5 minutes
example.spec.ts - added by Playwright install. LEARN FROM THIS! DO NOT LEAVE THIS IN THE FINAL PRODUCT!!!
@RyanR712 RyanR712 added Enhancement New feature required This feature is required to be implemented by the current implementation team labels Oct 16, 2023
@RyanR712 RyanR712 added this to the Milestone 5: Demo 2 milestone Oct 16, 2023
@RyanR712 RyanR712 requested a review from James-Oswald October 16, 2023 20:20
@RyanR712 RyanR712 linked an issue Oct 16, 2023 that may be closed by this pull request
6 tasks
RyanR712 and others added 5 commits October 16, 2023 16:42
vite.config.js - changed vitest run config to search in tests/AEGTree to reflect E2E and "backend" test split
All test.ts files - moved to tests/AEGTree and updated import statements
RyanR712 and others added 24 commits November 27, 2023 17:27
about.html - added title attributes for use in aboutAeg.spec.ts
index.ts - added global field for tree
playwright.config.js - removed external html log because it hogged the terminal until I restarted the thing. annoying! not fun! now prints entirely in console

Test still flaky
playwright.config.js - Tests now only run on Chromium
playwright.yml - removed job for uploading test result artifact
atom.spec.ts, loneAtom.json - seeing how these compare to what the robots expect
@RyanR712 RyanR712 marked this pull request as ready for review December 5, 2023 14:09
.gitignore Outdated Show resolved Hide resolved
.github/workflows/runTests.yml Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
playwright.config.js Outdated Show resolved Hide resolved
playwright.config.js Outdated Show resolved Hide resolved
tests/UI/atom.spec.ts Outdated Show resolved Hide resolved
@RyanR712 RyanR712 merged commit f87a464 into master Dec 5, 2023
9 checks passed
@RyanR712 RyanR712 deleted the 147-Playwright-integration-and-tests branch December 5, 2023 18:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature required This feature is required to be implemented by the current implementation team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Playwright Tests!
4 participants