uuv_flutter 0.0.1-beta.4 copy "uuv_flutter: ^0.0.1-beta.4" to clipboard
uuv_flutter: ^0.0.1-beta.4 copied to clipboard

An accessibility driven solution to facilitate the writing and execution of E2E tests understandable by any human being using cucumber(BDD) and flutter

example/README.md

Write your tests #

Create a test file integration_test/first-test.feature

Feature: Panoramax mobile App  
  
	Scenario: Homepage  
		Given the app is running  
		Then I should see a title named {'Your sequences'}  
		And I should see a button named {'Create a new sequence'}  
  
	Scenario: Capture page  
		Given the app is running  
		When I tap on a button named {'Create a new sequence'}  
		Then I should see a button named {'Take a picture'}  
		And I should see a button named {'Switch camera'}  
		And I should see a button named {'Create a new sequence with captured pictures'}  
3
likes
150
points
44
downloads

Publisher

verified publisherkemitech.io

Weekly Downloads

An accessibility driven solution to facilitate the writing and execution of E2E tests understandable by any human being using cucumber(BDD) and flutter

Homepage
Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (license)

Dependencies

bdd_widget_test, build, build_config, flutter, flutter_finder_usercentric, flutter_test, patrol_finders

More

Packages that depend on uuv_flutter