Skip to content

CodeceptJS 4.x Release checkbox #5468

@DavertMik

Description

@DavertMik
CodeceptJS 4.0 release 

- fix release script - davert
- prepare changelog 3.x to 4.x
	- breaking changes
	- new features
		ARIA elements added
		clickXY ..
		selectOption() ...

	- minor features

- website
	- https://github.com/codeceptjs/website branch main
	- codeceptjs docs => format ... => website
	- remove dropdwon menus on site

	- Guides:
		- how to 
		- bla bla 
		- Review docs pages, suggest outdted to remove => ,,,
					suggest reorder/refactro
					split big documents into smaller sections

	- API
		- unify helpers API docs => 
			Mobile => Detox, Appium          => mobile_api.md
			Web => PW, WebDriver, Puppeteer  => web_api.md
				_click.md                           => I.click()

 

           ## click

           | Availability | Playwright | WebDrvier | Puppeteer 
           | x            |            |           |


           {{> click }} <content copied from docs/webapi>


	       In Playwright:

	       <content copied from docblock in helpers Playwright >
           ```js
           I.click({ .., ..})

           In WebDriver:

           <content copied from docblock in WebDrvier>

           ## mockRoute

           | Availability | Playwright | WebDrvier | Puppeteer 
           | x            |     check  |     x     |


				                                       In WebDriver click can only happen ...
			ARIA elements added	=> update all examples to mention usage of them	(new locator type)
														I.click('Select')                                      

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions