Skip to content

codete/QAcheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Regression testing platform

Platform contains four modules:

  • api - library which is used by a developer to run screenshot comparison in tests,
  • client - graphical user interface for platform,
  • server - core of our platform, responsible for saving screenshots and doing comparisons.
  • examples - example tests which use api library.

What do you need to run a platform

  1. Java 11.
  2. Maven.
  3. Chrome driver - to run selenium tests.
  4. nodejs - to run client module.

How to run

  1. Build whole platform with mvn clean install.
  2. Run server - please read server readme.
  3. Run client - please read client readme.

To test if everything is working properly you can run one of our example tests. After running test you should be able to see test result on GUI (http://localhost:4200/).

Documentation

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •