Граф коммитов

6 Коммитов

Автор SHA1 Сообщение Дата
Jason Hartman 8c1a914c27
Update dependencies for node 18 (#301)
* update dependencies
+ set jest-puppeteer to use new headless mode
+ replace obsolete puppeteer Page.waitFor with .waitForFunction

* update style
+ apply style changes from prettier config update

* configure test to wait on unique port
+ specify port for puppeteer to wait for
+ use a port unlikely to be used by regular client server

* Update min node version

Additionally in ADO pipeline:
+ explicitly use `ci` for `install`
+ invoke npm scripts without Npm task overhead after install
2023-09-11 13:33:34 -07:00
Joshua Smithrud 51b170b05a
ci: Publish test results when running tests in pipelines (#297)
The expected test report artifact was not being generated with our existing script configuration. This PR updates the scripts to ensure the artifact is generated as expected.

![image](https://github.com/microsoft/FluidHelloWorld/assets/54606601/ff3c337e-d4cc-4111-b794-00c7a6dc9a37)

Also improves a code comment that I encountered while looking at the code.
2023-07-31 13:10:12 -07:00
Sonali Deshpande 09654502e6
Test setup in FluidHelloWorld (#256) 2022-10-17 18:04:00 -07:00
Matt Rakow 6e3de09132
Remove tests and eslint (#11) 2020-08-26 10:36:25 -07:00
Skyler ca3a42ee94 working independently 2020-08-18 17:33:54 -07:00
Skyler eb23902be4 initial push. Stright copy paste.
probably doesn't work
2020-08-18 15:29:02 -07:00