Popular repositories
3,458 contributions in the last year
Less
More
Contribution activity
July 2021
Created 43 commits in 1 repository
Created 1 repository
- pavelfeldman/allure-js TypeScript
Created a pull request in allure-framework/allure-js that received 7 comments
feat(allure-playwright): initial implementation for allure-playwright
Fixes #296, microsoft/playwright#7034
This is initial implementation for Playwright reporter. I already booked allure-playwright npm package for it…
+786
−0
•
7
comments
Opened 45 other pull requests in 1 repository
microsoft/playwright
1
open
40
merged
4
closed
- feat(test-runner): experiemental expect plumbing
- feat(locators): introduce allTextContents, allInnerTexts
- feat(test-runner): introduce actionTimeout and navigationTimeout
- chore: roll test runner to tot
- feat(expect): even more matchers
- chore: relayout matchers
- chore: roll test runner to ToT
- feat(expect): add more matchers
- chore: update locator docs, make it not force-visible
- feat(expect): add text and true matchers
- feat(expect): implement toMatchText
- feat(locators): implement last,nth
- chore: move locators to strict selectors
- chore: BFS nodes, simplify querying
- feat(strict): introduce strict mode
- chore: rename $,$$ to readable names
- chore: unify v1 and v2 selector handling
- feat(locator): implement element locators
- fix(trace-viewer): can't read object type
- feat(webkit): roll WebKit to 1521
- browser(webkit): speculative win fix for new settings
- browser(webkit): fix compilation
- browser(webkit): implement more modernizr features
- fix(test-runner): allow specifying reporter from module
- docs: fix the downloadsPath docs
- Some pull requests not shown.
Reviewed 71 pull requests in 4 repositories
microsoft/playwright 58 pull requests
- fix(test runner): make test order stable when fixtures are changing
- fix(test runner): workaround NPM bug that sends multiple SIGINTs
- feat(test runner): test.skip(title, testFunction) syntax
- fix(build): watch test types changes and update .d.ts
- feat(expect): even more matchers
- feat(test runner): show errors from interrupted tests when available
- feat(expect): implement toMatchText
- feat(test runner): add baseURL option to the CLI
- feat(locator): implement element locators
- fix(test runner): do not override browserName when using without --browser
- docs(test runner): API reference for builtin fixtures
- chore: disable source-map reference in JS for production builds
- chore: migrate connect/overCDP to options instead of params
- feat(test runner): createContext fixture for multi-context scenarios
- docs(dotnet): fix example, clarify test runners & frameworks position
- browser(webkit): don't modify ios code
- Cherry Pick "feat(test-runner): use require.resolve for globalSetup and globalTeardown (#7752)"
- fix(driver): do not only rely on module Node.js version
- feat(test runner): help when describe() is misused
- fix(test-runner): sharding tests does not show a lot of skips
- feat(test-runner): rename Test to TestCase
- feat(dragAndDrop): page.dragAndDrop
- feat(test-runner): small changes to Reporter api
- feat: expose issueTime method in network.Request
- feat(test-runner): reporter now gets a list of TestProject
- Some pull request reviews not shown.
microsoft/playwright-dotnet 6 pull requests
- feat: Support for connecting remote browser
- fix(routes): process last inserted routes first in request interception
- fix: do not reset driver path if assembly location is empty
- chore(roll): rolling driver to 1.13.0-next-1625812834000
- chore(api): apply sort change
- chore: normalize line endings for all files
microsoft/playwright-python 5 pull requests
microsoft/playwright.dev 2 pull requests
Created an issue in microsoft/playwright that received 4 comments
[Feature]: extend expect assertions
Feature request Locators: toHaveAttr(name, [value]) toHaveProp(name, [value]) toHaveCSS(name, [value]) toHaveData(name, [value]) toHaveClass(…
•
4
comments