A test using Playwright's parallel test-run feature and focusing on data-driven dynamic programming.
Project Goals:
- Utilize Playwright's framework to set up an E2E test environment to run browser tests.
- Login to an Asana site and interact with Asana's project structure
- Verify specific elements within the project.
- Use test data from a JSON object to dynamically locate elements
- Be able to run the tests by configuring Playwright to use as many workers as there exist tests.